Skip to main content

TdxScaleFactor.Change(Integer,Integer) Method

Multiplies the numerator and denominator by the two specified values.

Declaration

procedure Change(ANumerator: Integer; ADenominator: Integer);

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