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

BackGroundColor Property






Gets or sets the background color for any exposed areas. .NET support WinRT support
Syntax
public RasterColor BackGroundColor {get; set;}
'Declaration
 
Public Property BackGroundColor As RasterColor
'Usage
 
Dim instance As HalfTonePatternCommand
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

The background color.
Example
Refer to HalfTonePatternCommand example.
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

HalfTonePatternCommand Class
HalfTonePatternCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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