PolarFlags property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT PolarFlags |
Delphi Syntax |
PolarFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the PolarFlags in the Polar dialog box.
This property indicates how exposed areas will be handled and the conversion type. You can use a bitwise OR (|) to specify one flag from each group. The following are the flags that indicate how to handle exposed areas:
Value |
Meaning |
FILL_CLR |
[$0000] Fill exposed areas with the color in the FillColor property. |
FILL_RPT |
[$0001] Stretch the edges of the image to fill exposed areas. |
FILL_NOCHANGE |
[$0002] Do not change exposed areas. |
The following are the flags that indicate the conversion type:
Value |
Meaning |
CART_TO_POL |
[$0000] Convert the image from Cartesian (rectangular) coordinates to polar coordinates. |
POL_TO_CART |
[$0010] Convert the image from polar coordinates to Cartesian (rectangular) coordinates. |
See Also
Elements: |
|
Topics: |