Method MoveTo
MoveTo(int, int)
Moves the current position to the given position.
public virtual void MoveTo(int x, int y)
Parameters
MoveTo(Point)
Moves the current position to the given position.
public virtual void MoveTo(Point position)
Parameters
position
PointNew location of the current position.