Leadtools.ImageProcessing.SpecialEffects Namespace : FreePlaneBendCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum FreePlaneBendCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FreePlaneBendCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FreePlaneBendCommandFlags
[FlagsAttribute()] public enum FreePlaneBendCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.prototype = {
Color = 0x00000000, Repeat = 0x00000001, NoChange = 0x00000002, Horizontal = 0x00000010, Vertical = 0x00000030, HorizontalVertical = 0x00000030, };
[FlagsAttribute()] public enum class FreePlaneBendCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate how to handle exposed areas | Color, Repeat, NoChange |
Flags that indicate the plane in which the stretching is to occur | Horizontal, Vertical, HorizontalVertical |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags