←Select platform

PerlinFlags Property

Summary

Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.

Syntax
C#
VB
C++
public NoiseLayoutType PerlinFlags { get; set; } 
  
Public Property PerlinFlags As NoiseLayoutType 
public: 
property NoiseLayoutType PerlinFlags { 
   NoiseLayoutType get(); 
   void set (    NoiseLayoutType ); 
} 

Property Value

Flags that indicate how to apply the effect, and which layout pattern to use for the noise.

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