Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum PolarCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PolarCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum PolarCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class PolarCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
CartToPolar | Convert the image from Cartesian (rectangular) coordinates to polar coordinates. |
Color | Fill any exposed areas with the color stored in the FillColor property of the PolarCommand class, or the fillColor parameter if you are using the appropriate Constructor). |
NoChange | Leave the exposed area as is, without changing it. |
PolarToCart | Convert the image from polar coordinates to Cartesian (rectangular) coordinates. |
Repeat | Stretch the image edges to fill the exposed area. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Exposed Areas | Color, Repeat, NoChange |
Conversion Type | CartToPolar, PolarToCart |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7