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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

EdgeColor Property (DirectionEdgeStatisticalCommand)








Gets or sets the edge color.
Syntax
public RasterColor EdgeColor {get; set;}
public RasterColor EdgeColor {get; set;}
@property (nonatomic, copy) LTRasterColor *edgeColor
public RasterColor getEdgeColor()
public void setEdgeColor(RasterColor value)
            
 <br/>get_EdgeColor();<br/>set_EdgeColor(value);<br/>Object.defineProperty('EdgeColor'); 
public:
property RasterColor EdgeColor {
   RasterColor get();
   void set (    RasterColor value);
}
'Declaration
 
Public Property EdgeColor As RasterColor
 
'Usage
 
Dim instance As DirectionEdgeStatisticalCommand
Dim value As RasterColor
 
instance.EdgeColor = value
 
value = instance.EdgeColor

Property Value

Edge color.
Example
Refer to DirectionEdgeStatisticalCommand.
Requirements

Target Platforms

See Also

Reference

DirectionEdgeStatisticalCommand Class
DirectionEdgeStatisticalCommand Members

Error processing SSI file