LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

CloudsColor Property

Show in webframe







Gets or sets a value that represents the value that specifies the fill color for the cloud.
Syntax
public RasterColor CloudsColor {get; set;}
'Declaration
 
Public Property CloudsColor As RasterColor
'Usage
 
Dim instance As CloudsCommand
Dim value As RasterColor
 
instance.CloudsColor = value
 
value = instance.CloudsColor
public RasterColor CloudsColor {get; set;}

            

            
 
get_CloudsColor();
set_CloudsColor(value);
Object.defineProperty('CloudsColor');
public:
property RasterColor CloudsColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Represents the value that specifies the fill color for the cloud.
Example
Refer to CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

 

 


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