←Select platform

PolarCommandFlags Enumeration

Summary
This enumeration indicates how to handle exposed areas and the type of conversion.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum PolarCommandFlags 
[FlagsAttribute()] 
public enum class PolarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class PolarCommandFlags(Enum): 
   Color = 0 
   Color = 0 
   CartToPolar, Repeat = 1 
   CartToPolar, NoChange = 2 
   CartToPolar, PolarToCart = 16 
Members
ValueMemberDescription
0x00000000CartToPolarConvert the image from Cartesian (rectangular) coordinates to polar coordinates.
0x00000000ColorFill 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).
0x00000001RepeatStretch the image edges to fill the exposed area.
0x00000002NoChangeLeave the exposed area as is, without changing it.
0x00000010PolarToCartConvert the image from polar coordinates to Cartesian (rectangular) coordinates.
Remarks

You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Exposed Areas Color, Repeat, NoChange
Conversion Type CartToPolar, PolarToCart
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.