Amplitudes property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT Amplitudes [ L_UINT uIndex]

Delphi Syntax

Amplitudes [uIndex: L_UINT ]: L_INT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

(Read Only) Gets an array of integers that represent shear wave amplitude values.

This property is associated with the following dialog boxes:

FreeHandWave dialog box

In this case it represents the wave amplitudes.

FreeHandShear dialog box

In this case it represents the shear wave values. The valid value of each element in the Amplitudes property is between –1000 and 1000. These values are obtained through the FreeHandShear Dialog box, or, for image processing; they may be obtained from the GetCurvePoints method.

You can get the number of items in this array property in the AmplitudesCount property.

This property will be valid after you call one of the dialog boxes associated with this property successfully.

See Also

Elements:

ShowFreeHandWaveDlg method, ShowFreeHandShearDlg method, AmplitudesCount property, Scale property, WaveLength property, Angle property, FillColor property, FreeHandWaveFlags property, GetCurvePoints method

Topics:

Imaging Common Dialogs: Properties, Methods, and Events