ZoomWaveFlags property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT ZoomWaveFlags |
Delphi Syntax |
ZoomWaveFlags: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the ZoomWaveFlags in the ZoomWave dialog box.
This property indicates how exposed areas will be handled. Possible values are:
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. |
See Also
Elements: |
ShowZoomWaveDlg method, Amplitude property, Frequency property, Phase property, CenterPoint property, FillColor property, ZoomFactor property |
Topics: |