Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

BackGroundColor Property (DirectionEdgeStatisticalCommand)








Gets or sets the non-edge color.
Syntax
public RasterColor BackGroundColor {get; set;}
'Declaration
 
Public Property BackGroundColor As RasterColor
'Usage
 
Dim instance As DirectionEdgeStatisticalCommand
Dim value As RasterColor
 
instance.BackGroundColor = value
 
value = instance.BackGroundColor
public RasterColor BackGroundColor {get; set;}
@property (nonatomic, copy) LTRasterColor *backgroundColor
public RasterColor getBackGroundColor()
public void setBackGroundColor(RasterColor value)
            
 <br/>get_BackGroundColor();<br/>set_BackGroundColor(value);<br/>Object.defineProperty('BackGroundColor'); 
public:
property RasterColor BackGroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Non-edge color.
Example
Refer to DirectionEdgeStatisticalCommand.
Requirements

Target Platforms

See Also

Reference

DirectionEdgeStatisticalCommand Class
DirectionEdgeStatisticalCommand Members

Error processing SSI file