LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ForeGroundColor Property

Show in webframe







Gets or sets the foregound color for any exposed areas..
Syntax
public RasterColor ForeGroundColor {get; set;}
'Declaration
 
Public Property ForeGroundColor As RasterColor
'Usage
 
Dim instance As HalfTonePatternCommand
Dim value As RasterColor
 
instance.ForeGroundColor = value
 
value = instance.ForeGroundColor
public RasterColor ForeGroundColor {get; set;}

            

            
 
get_ForeGroundColor();
set_ForeGroundColor(value);
Object.defineProperty('ForeGroundColor');
public:
property RasterColor ForeGroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The foregound 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.