Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Classes > TRSCustomRect > Methods
TRSCustomRect.Scale(Integer,Integer) Method
Scales the object rectangle by the specified DX, DY. The scaling is done from the rectangle's center point so Left, Right, Top, and Bottom all change.
Namespace: FMX.RS.Graphics
Delphi
public procedure Scale( DX, DY: Integer ); virtual;
Parameters
DX
Type: Integer
DY
•FMX.RS.Graphics.TRSCustomRect.BoundsRect
•FMX.RS.Graphics.TRSCustomRect.MoveTo(Integer,Integer)
•FMX.RS.Graphics.TRSCustomRect.Translate(Integer,Integer)
•TRSCustomRect
•FMX.RS.Graphics