Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

DenLayout Property








Gets or sets the value that represents the density of the layout for the produced noise.
Syntax
public int DenLayout {get; set;}
'Declaration
 
Public Property DenLayout As Integer
'Usage
 
Dim instance As PerlinCommand
Dim value As Integer
 
instance.DenLayout = value
 
value = instance.DenLayout
public int DenLayout {get; set;}

            

            
 
get_DenLayout();
set_DenLayout(value);
Object.defineProperty('DenLayout');
public:
property int DenLayout {
   int get();
   void set (    int value);
}

Property 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

See Also

Reference

PerlinCommand Class
PerlinCommand Members

Error processing SSI file