Navigation: Code Documentation > RSVclCommon > RSGraphics > 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: RSGraphics
Delphi
public procedure MoveTo( X, Y: Integer ); virtual;
Parameters
X
Type: Integer
Y
•RSGraphics.TRSCustomRect.BoundsRect
•RSGraphics.TRSCustomRect.Translate(Integer,Integer)
•RSGraphics.TRSCustomRect.Scale(Integer,Integer)
•TRSCustomRect
•RSGraphics