Amplitudes property (LEADDlgImgEffect Control)
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:
In this case it represents the wave amplitudes. | |
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