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

TcxGeometryObject.ChangeScale(Integer,Integer) Method

Scales the persistent geometry object using the specified numerator and denominator values.

#Declaration

Delphi
procedure ChangeScale(M: Integer; D: Integer);

#Parameters

Name Type
M Integer
D Integer

#Remarks

Call this procedure to apply the numerator and denominator values passed as the M and D parameters, to all pixel dimensions of the primitive stored within the persistent geometry object.

This procedure does not include the geometry scaling implementation. Each descendant class provides its own ChangeScale procedure implementation that is capable of scaling the corresponding geometric primitive.

See Also