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

DenLayout Property






Gets or sets the value that represents the density of the layout for the produced noise. .NET support WinRT support
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);
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: 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

PerlinCommand Class
PerlinCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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