Scale property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

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:

FreeHandWave dialog box

In this case it represents the factor to be multiplied with the Amplitudes property array values. The values range from 1 to 1000.

FreeHandShear dialog box

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

Elements:

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events