Leadtools.ImageProcessing.SpecialEffects Namespace : TunnelCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum TunnelCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum TunnelCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TunnelCommandFlags
[FlagsAttribute()] public enum TunnelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.prototype = {
None = 0x00000000, Color = 0x00000001, NoChange = 0x00000002, WidthAxis = 0x00000010, HeightAxis = 0x00000020, };
[FlagsAttribute()] public enum class TunnelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate the background color | Color, NoChange |
Flags that indicate which image dimension is along the Z-axis | WidthAxis, HeightAxis |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags