LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

BackGroundColor Property (DirectionEdgeStatisticalCommand)

Show in webframe







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)
            
 
get_BackGroundColor();
set_BackGroundColor(value);
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

 

 


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