LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

EdgeColor Property (DirectionEdgeStatisticalCommand)

Show in webframe







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

Property Value

Edge color.
Example
Refer to DirectionEdgeStatisticalCommand.
Requirements

Target Platforms

See Also

Reference

DirectionEdgeStatisticalCommand Class
DirectionEdgeStatisticalCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.