Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Classes > TRSCustomRect > Methods
TRSCustomRect.Translate(Integer,Integer) Method
Moves the object rectangle Top, Left by the specified delta X and Y. It retains the width and height of the rectangle.
Namespace: FMX.RS.Graphics
Delphi
public procedure Translate( 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.Scale(Integer,Integer)
•TRSCustomRect
•FMX.RS.Graphics