TdxScaleFactor.Change(Integer,Integer) Method
In This Article
Multiplies the numerator and denominator by the two specified values.
#Declaration
#Parameters
Name | Type |
---|---|
ANumerator | Integer |
ADenominator | Integer |
#Remarks
Call this procedure to update the scaling factor’s Numerator and Denominator properties by multiplying their values by the ANumerator and ADenominator parameters, respectively.
Call the Assign procedure to update the scaling factor’s numerator and denominator with the specified values without multiplication.
See Also