Scale property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT Scale |
Delphi Syntax |
Scale: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the scaling factor.
This property is associated with the following dialog boxes:
In this case it represents the factor to be multiplied with the Amplitudes property array values. The values range from 1 to 1000. | |
In this case it represents the factor used to decrease the various amplitude values in the Amplitudes property array. Each value in the Amplitudes property array is multiplied by this factor. The real factor value is the Scale value divided by 100. Therefore, to multiply the amplitude values by 1.0, set this property to 100.The values range (1-100). |
See Also