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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class PlaneCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Color | Use the FillColor as a background color. |
Down | The plane will be displayed below the Z-axis. |
Left | The plane will be displayed to the left of the Z-axis. |
NoChange | Use the image itself as a background. |
None | No change. |
Right | The plane will be displayed to the right of the Z-axis. |
Up | The plane will be displayed above the Z-axis. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2