Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxScaleFactor.Change(Integer,Integer) Method

Multiplies the numerator and denominator by the two specified values.

#Declaration

Delphi
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