Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Classes > TRSCustomRect > Methods
TRSCustomRect.MoveTo(Integer,Integer) Method
Moves the object rect Top, Left to the specified X,Y. It retains the width and height of the rectangle.
Namespace: FMX.RS.Graphics
Delphi
public procedure MoveTo( X, Y: Integer ); virtual;
Parameters
X
Type: Integer
Y
•FMX.RS.Graphics.TRSCustomRect.BoundsRect
•FMX.RS.Graphics.TRSCustomRect.Translate(Integer,Integer)
•FMX.RS.Graphics.TRSCustomRect.Scale(Integer,Integer)
•TRSCustomRect
•FMX.RS.Graphics