←Select platform

DenLayout Property

Summary

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

Syntax
C#
VB
C++
public int DenLayout { get; set; } 
  
Public Property DenLayout As Integer 
public: 
property int DenLayout { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly