TdxForm.ChangeScale(Integer,Integer) Method
In This Article
Multiplies the form’s scale factor by the specified scale factor.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
M | Integer | The required multiplier value. The procedure multiplies this value by the Scale |
D | Integer | The required denominator value. The procedure multiplies this value by the Scale |
#Remarks
The ChangeScale
procedure uses the ScaleFactor property as the base scale factor and multiplies its multiplier and denominator by M
and D
parameter values, respectively.
Note
Unlike Change
, the Scale
See Also