MoveTo 
 Moves the pen position of a GrafCon to a new location.
Synopsis
void MoveTo (GrafCon *gc,Coord x,Coord y)
Description
The call moves the position of a GrafCon pen to a new location. After this move, calls such as DrawTo() and CopyRect() use the new pen position to do their work. 
Arguments
- gc
- Pointer to a GrafCon structure. 
- x
- Column to which to move the pen. 
- y
- Row to which to move the pen. 
Implementation
Folio call implemented in Graphics folio V20. 
Associated Files
graphics.h, graphics.lib
See Also
DrawTo()