Skip to main content
A newer version of this page is available. .

TdxForm.ScaleBy(Integer,Integer) Method

Scales the form by the specified scaling factor.

Declaration

procedure ScaleBy(M: Integer; D: Integer);

Parameters

Name Type
M Integer
D Integer

Remarks

Call this procedure to scale the form and its components according to the scaling factor determined by the multiplier and divider passed as the M and D parameters, respectively. If the parameter values match the ScaleFactor.Numerator and ScaleFactor.Denominator property values, the ScaleBy procedure call has no effect.

Note

The ScaleBy procedure internally calls the ScaleForPPI procedure to scale the form and its components.

See Also