Flags that indicate how to handle exposed areas, and the wave radiation type. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum ZigZagCommandFlags
Public Enum ZigZagCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ZigZagCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Color | Fills any exposed areas with crFill. |
0 | RadialWave | Creates distortion waves around the CenterPt. |
1 | Repeat | Stretches the image edges to fill the exposed area. |
2 | NoChange | Leaves the exposed area as is, without changing it. |
16 | PondRippleWave | Creates distortion waves that resemble the ripples in a pond. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Flags that indicate how to handle exposed areas | Color, Repeat, NoChange |
Flags that indicate the wave radiation type | RadialWave, PondRippleWave |
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