Leadtools.ImageProcessing.SpecialEffects Namespace : PolarCommandFlags Enumeration |
[FlagsAttribute()] public enum PolarCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum PolarCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PolarCommandFlags
[FlagsAttribute()] public enum PolarCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class PolarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
Group | Flags |
Exposed Areas | Color, Repeat, NoChange |
Conversion Type | CartToPolar, PolarToCart |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2