LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

PerlinFlags Property






Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerlinCommand Class
PerlinCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.