←Select platform

Density Property

Summary

Gets or sets a value that indicates the amount of detail in the cloud.

Syntax

C#
VB
WinRT C#
C++
public int Density { get; set; } 
  
Public Property Density As Integer 
public int Density {get; set;} 
  
get_Density(); 
set_Density(value); 
Object.defineProperty('Density');  
public: 
property int Density { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the amount of detail in the cloud.

Remarks

Possible values range from 0 to 16. A value of 0 means no cloud texture will be created, while a value of 16 means the most cloud texture will be created. Use larger values to increase the detail in the clouds, smaller values for blurring.

Example

Refer to the CloudsCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly