Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Classes > TRSCustomRSRect > Methods
TRSCustomRSRect.Scale(Single,Single) 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: Single ); virtual;
Parameters
DX
Type: Single
DY
•FMX.RS.Graphics.TRSCustomRSRect.BoundsRect
•FMX.RS.Graphics.TRSCustomRSRect.MoveTo(Single,Single)
•FMX.RS.Graphics.TRSCustomRSRect.Translate(Single,Single)
•TRSCustomRSRect
•FMX.RS.Graphics