| Leadtools.ImageProcessing.SpecialEffects Namespace : BendCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.


[FlagsAttribute()] public enum BendCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BendCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BendCommandFlags
[FlagsAttribute()] public enum BendCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.prototype = {
Normal = 0x00000000,
Color = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
Rotate = 0x00000010,
WithoutRotate = 0x00000010,
Horizontal = 0x00000100,
Vertical = 0x00000200,
};
[FlagsAttribute()] public enum class BendCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Group | Flags |
| Flags that indicate how to handle peripherally exposed areas | Color, Repeat, NoChange |
| Flags that indicate how to handle an exposed center | Rotate, WithoutRotate |
| Flags that indicate how the image is bent | Normal, Horizontal, Vertical |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags