Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DenLayout Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > PerlinCommand Class : DenLayout Property



Gets or sets the value that represents the density of the layout for the produced noise.

Syntax

Visual Basic (Declaration)  
Public Property DenLayout As Integer
Visual Basic (Usage) Copy Code
Dim instance As PerlinCommand
Dim value As Integer
 
instance.DenLayout = value
 
value = instance.DenLayout
C#  
public int DenLayout {get; set;}
C++/CLI  
public:
property int DenLayout {
   int get();
   void set (int value);
}

Return Value

Value that represents the density of the layout for the produced noise. Possible values range from 0 through 100. When using a low DenLayout value the noise will appear with light color.

Example

Refer to PerlinCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also