- 4.37.2.80. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.80. MoveRel procedure
4.37.2.80. 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 )).
- 4.37.2.80. -