This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Visual Basic (Declaration) | |
---|---|
Public Enum ZigZagCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ZigZagCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ZigZagCommandFlags : public Enum |
C++/CLI | |
---|---|
public enum class ZigZagCommandFlags : public Enum |
Member | Description |
---|---|
Color | Fills any exposed areas with crFill. |
Repeat | Stretchs the image edges to fill the exposed area. |
NoChange | Leaves the exposed area as is, without changing it. |
RadialWave | Creates distortion waves around the CenterPt. |
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 indicate the wave radiation typ | RadialWave, PondRippleWave |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family