←Select platform

DenLayout Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int DenLayout { get; set; } 
  
Public Property DenLayout As Integer 
public int DenLayout {get; set;} 
  
get_DenLayout(); 
set_DenLayout(value); 
Object.defineProperty('DenLayout');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly