RippleFlags property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT RippleFlags

Delphi Syntax

RippleFlags: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the RippleFlags in the Ripple dialog box.

This property indicates how to handle exposed areas. 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_NOCHG

[$0002] Do not change or process exposed areas.

See Also

Elements:

ShowRippleDlg method, Amplitude property, Frequency property, Phase property, CenterPoint property, FillColor property, Attenuation property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events