LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

BackGroundColor Property (EdgeDetectStatisticalCommand)






Gets or sets the non-edge color. .NET support WinRT support Silverlight support
Syntax
public RasterColor BackGroundColor {get; set;}
'Declaration
 
Public Property BackGroundColor As RasterColor
'Usage
 
Dim instance As EdgeDetectStatisticalCommand
Dim value As RasterColor
 
instance.BackGroundColor = value
 
value = instance.BackGroundColor
public RasterColor BackGroundColor {get; set;}
 get_BackGroundColor();
set_BackGroundColor(value);
public:
property RasterColor BackGroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Non-edge color.
Example
Refer to EdgeDetectStatisticalCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EdgeDetectStatisticalCommand Class
EdgeDetectStatisticalCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.