Previous: LineTo procedure To the Table of Content Next: MoveTo procedure

- 4.37.2.80 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

MoveRel procedure

Targets: MS-DOS, Win32


Graph Unit

Displaces the current pointer (CP) from its current position.

Declaration:
procedure MoveRel(Dx, Dy: Longint);
Remarks:
If the CP is at (X1,Y1), MoveRel moves it to
((X1 + Dx),(Y1 + Dy )).


Previous: LineTo procedure To the Table of Content Next: MoveTo procedure
LineTo procedure Table of Content MoveTo procedure

- 4.37.2.80 -