Skip to main content

TcxGeometryObject.ChangeScale(Integer,Integer) Method

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

Declaration

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