|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
| Leadtools.ImageProcessing.SpecialEffects Namespace : FreeRadialBendCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.


[FlagsAttribute()] public enum FreeRadialBendCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FreeRadialBendCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FreeRadialBendCommandFlags
[FlagsAttribute()] public enum FreeRadialBendCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.prototype = {
Color = 0x00000000,
Rotate = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
WithoutRotate = 0x00000010,
};
[FlagsAttribute()] public enum class FreeRadialBendCommandFlags : 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 exposed areas inside the surface | Rotate, WithoutRotate |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags