LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BackGroundColor Property

Show in webframe







Gets or sets the background color for any exposed areas.
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);
Object.defineProperty('BackGroundColor');
public:
property RasterColor BackGroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The background color.
Example
Refer to HalfTonePatternCommand example.
Requirements

Target Platforms

See Also

Reference

HalfTonePatternCommand Class
HalfTonePatternCommand Members

 

 


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