TdxScaleFactor.Assign(TdxScaleFactor) Method
In This Article
Updates the scale factor from the specified source.
#Declaration
Delphi
procedure Assign(ASource: TdxScaleFactor); overload;
#Parameters
Name | Type | Description |
---|---|---|
ASource | Tdx |
The source scale factor. |
#Remarks
Call the Assign
procedure to update Numerator and Denominator property values from another TdxScaleFactor instance.
Note
Unlike Assign
, the Change procedure multiplies Numerator and Denominator property values by specified values.
See Also