Move cursor to absolute position.
Source position: graphh.inc line 773
procedure MoveTo(
X: SmallInt;
Y: SmallInt
);
MoveTo moves the pointer to the point (X,Y).
None.
MoveRel
Move cursor relative to current position.