←Select platform

BackGroundColor Property

Summary

Gets or sets the non-edge color.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor BackGroundColor { get; set; } 
Public Property BackGroundColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *backgroundColor 
public RasterColor getBackGroundColor() 
public void setBackGroundColor(RasterColor value) 
public: 
property RasterColor BackGroundColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Non-edge color.

Example

Refer to EdgeDetectStatisticalCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly