C#
VB
WinRT C#
C++
Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.
public NoiseLayoutType PerlinFlags { get; set; }
Public Property PerlinFlags As Leadtools.Imageprocessing.Specialeffects.NoiseLayoutType
public Leadtools.Imageprocessing.Specialeffects.NoiseLayoutType PerlinFlags {get; set;}
get_PerlinFlags();
set_PerlinFlags(value);
Object.defineProperty('PerlinFlags');
public:
property Leadtools.Imageprocessing.Specialeffects.NoiseLayoutType PerlinFlags {
Leadtools.Imageprocessing.Specialeffects.NoiseLayoutType get();
void set ( Leadtools.Imageprocessing.Specialeffects.NoiseLayoutType );
}
Flags that indicate how to apply the effect, and which layout pattern to use for the noise.
Refer to PerlinCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET