Amplitude property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

long Amplitude

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the wave amplitude.

The Amplitude property is associated with the following dialog boxes:

ZoomWave dialog box:

In this case it represents the Zoom wave magnitude. The value must be greater than zero.

RadialWave dialog box:

In this case it represents the magnitude of the wave. Valid values range from 0 to 100.

Wave dialog box:

In this case it represents the wave length, if DIS_PER is set in the ImageEffectFlags property. Possible values range from 0 – 100 and give the WaveLength property as a percentage of the bitmap dimensions. If DIS_FRQ is set in the ImageEffectFlags property, this value is the number of repeated waves. Possible values range from 0 – 100.

Ripple dialog box:

In this case it represents the amount of displacement. The values range from 1 to the length of the image's diagonal.

See Also

Elements

ShowRadialWaveDlg method, ShowWaveDlg method, ShowZoomWaveDlg method, ShowRippleDlg method.