LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

FillColor Property (CubismCommand)

Show in webframe







Gets or sets the background color.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As CubismCommand
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 represents the background color. This value is ignored if the CubismCommandFlags.Background flag has been set in the Flags property.
Example
Refer to CubismCommand.
Requirements

Target Platforms

See Also

Reference

CubismCommand Class
CubismCommand Members

 

 


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