TdxScaleFactor.Assign(Integer,Integer,Boolean) Method
In This Article
Updates the scale factor’s numerator and denominator.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
ANumerator | Integer | The new Numerator property value. |
ADenominator | Integer | The new Denominator property value. |
AIs |
Boolean | Optional. Specifies if the registered listener object is currently being loaded. For example, Tdx |
#Remarks
Call the Assign
procedure to assign ANumerator
and ADenominator
parameter values to Numerator and Denominator properties.
Note
Unlike Assign
, the Change procedure multiplies Numerator and Denominator property values by specified values.
See Also