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

Show in webframe

PerlinFlags Property








Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.
Syntax
public NoiseLayoutType PerlinFlags {get; set;}
'Declaration
 
Public Property PerlinFlags As NoiseLayoutType
'Usage
 
Dim instance As PerlinCommand
Dim value As NoiseLayoutType
 
instance.PerlinFlags = value
 
value = instance.PerlinFlags
public NoiseLayoutType PerlinFlags {get; set;}

            

            
 
get_PerlinFlags();
set_PerlinFlags(value);
Object.defineProperty('PerlinFlags');
public:
property NoiseLayoutType PerlinFlags {
   NoiseLayoutType get();
   void set (    NoiseLayoutType value);
}

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

See Also

Reference

PerlinCommand Class
PerlinCommand Members

Error processing SSI file