Method MoveTo
MoveTo(int, int)
When implemented by a class, moves the current position to the given position.
void MoveTo(int x, int y)
Parameters
MoveTo(Point)
When implemented by a class, moves the current position to the given position.
void MoveTo(Point position)
Parameters
position
PointNew location of the current position.