LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

CloudsColor Property






Gets or sets a value that represents the value that specifies the fill color for the cloud. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CloudsCommand Class
CloudsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.