- 4.37.2.81. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.81. MoveTo procedure
4.37.2.81. MoveTo procedure
Targets: MS-DOS, Win32
Graph Unit
Moves the current pointer (CP) to (X,Y).
Declaration:
procedure MoveTo(X, Y: Longint);
Remarks:
The CP is similar to a text mode cursor except that the CP
is not visible. The following routines move the CP:
- 4.37.2.81. -