SpherizeFlags property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT SpherizeFlags |
Delphi Syntax |
SpherizeFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the SpherizeFlags in the Spherize dialog box.
This property indicates how to handle exposed areas outside the sphere and inside the sphere. 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 outside the sphere:
Value |
Meaning |
FILL_CLR |
[$0000] Fill exposed areas with the color in FillColor property. |
FILL_RPT |
[$0001] Stretch the edges of the image to fill exposed areas. |
FILL_NOCHG |
[$0002] Do not change or process exposed areas. |
The following are the flags that indicate how to handle exposed areas inside the sphere:
Value |
Meaning |
FILL_ROT |
[$0000] Rotate the image inside the sphere pattern. |
FILL_WOUTROT |
[$0010] Fill the exposed center of the sphere in the same manner as exposed areas outside the sphere. |
This flag is ignored if the Value property is negative.
See Also
Elements: |
ShowSpherizeDlg method, Value property, CenterPoint property, FillColor property |
Topics: |