LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

FillColor Property (ZigZagCommand)

Show in webframe







Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas on which the filter is applied.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As ZigZagCommand
Dim value As RasterColor
 
instance.FillColor = value
 
value = instance.FillColor
public RasterColor FillColor {get; set;}

            

            
 
get_FillColor();
set_FillColor(value);
Object.defineProperty('FillColor');
public:
property RasterColor FillColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Value that indicates the RasterColor value that specifies the fill color for any exposed areas on which the filter is applied.
Example
Refer to ZigZagCommand example.
Requirements

Target Platforms

See Also

Reference

ZigZagCommand Class
ZigZagCommand Members

 

 


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