LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PerlinFlags Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.