C#
VB
WinRT C#
C++
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 ZigZagCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.prototype = {
Color = 0x00000000,
RadialWave = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
PondRippleWave = 0x00000010,
};
public enum class ZigZagCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
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 |
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