LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

FillColor Property (DisplacementCommand)

Show in webframe







Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As DisplacementCommand
Dim value As RasterColor
 
instance.FillColor = value
 
value = instance.FillColor
public RasterColor FillColor {get; set;}
@property (nonatomic, copy) LTRasterColor* fillColor;
public RasterColor getFillColor()
public void setFillColor(RasterColor value)
            
 
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.
Example
Refer to DisplacementCommand example.
Requirements

Target Platforms

See Also

Reference

DisplacementCommand Class
DisplacementCommand Members

 

 


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