FreeHandShearFlags property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT FreeHandShearFlags |
Delphi Syntax |
FreeHandShearFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the FreeHandShearFlags in the FreeHandShear dialog box.
This property determines how to handle exposed areas, and the direction of the shear wave. You can use a bit wise OR (|) to specify one flag from each group. The following are the flags that indicate how to handle the 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_NOCHG |
[$0002] Do not change or process exposed areas. |
The following are the flags that indicate the direction of the shear wave:
Value |
Meaning |
SHR_HORZ |
[$0000] Apply the shear wave horizontally. |
SHR_VERT |
[$0010] Apply the shear wave vertically. |
See Also
Elements: |
ShowFreeHandShearDlg method, Amplitudes property, AmplitudesCount property, FillColor property, Scale property |
Topics: |