public enum NoiseLayoutType
public enum class NoiseLayoutType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class NoiseLayoutType(Enum):
PF_Pure = 0
PF_Pure = 0
PF_Combine = 1
PF_Difference = 2
PF_Line = 16
PF_Random = 32
Value | Member | Description |
---|---|---|
0 | PF_Circle | Lay out the noise in concentric circles. Set the center for the circle using xCircle and yCircle. |
0 | PF_Pure | Produce noise as a new image. |
1 | PF_Combine | Combine the noise and the image pixels using the Opacity value. |
2 | PF_Difference | Apply the difference between the noise and the image pixels. |
16 | PF_Line | Lay out the noise in lines at a 45 degree angle. |
32 | PF_Random | Lay out the noise randomly. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Flags that indicate how to apply the effect | PF_Pure, PF_Combine, PF_Difference |
Flags that indicate which layout pattern to use for the noise | PF_Circle, PF_Line, PF_Random |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document