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

Density Property






Gets or sets the value that indicates the detail in the cloud. .NET support WinRT support
Syntax
public int Density {get; set;}
'Declaration
 
Public Property Density As Integer
'Usage
 
Dim instance As CloudsCommand
Dim value As Integer
 
instance.Density = value
 
value = instance.Density
public int Density {get; set;}
 get_Density();
set_Density(value);
public:
property int Density {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the detail in the cloud. Possible values range from 0 to 16. The value of 0 means no cloud texture will be created, while the value of 16 means the maximum detail of texture in the clouds. Use larger values to increase the detail in the clouds, smaller values for blurring.
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.