Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

BackColor Property (CloudsCommand)








Specifies which color to use to fill the areas outside the cloud.
Syntax
public RasterColor BackColor {get; set;}
'Declaration
 
Public Property BackColor As RasterColor
'Usage
 
Dim instance As CloudsCommand
Dim value As RasterColor
 
instance.BackColor = value
 
value = instance.BackColor
public RasterColor BackColor {get; set;}

            

            
 
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
public:
property RasterColor BackColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

A Leadtools.RasterColor that represents which color to use to fill the areas outside the cloud.
Example
Refer to the CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

Error processing SSI file