Leadtools.ImageProcessing.SpecialEffects Namespace : PlaneCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum PlaneCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum PlaneCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PlaneCommandFlags
[FlagsAttribute()] public enum PlaneCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.prototype = {
None = 0x00000000, Color = 0x00000001, NoChange = 0x00000002, Left = 0x00000010, Right = 0x00000020, Up = 0x00000040, Down = 0x00000080, };
[FlagsAttribute()] public enum class PlaneCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate the background color | Color, NoChange |
Flags that indicate which planes (with respect to the Z-axis) will be shown. | Left, Right, Down, Up |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags