- 4.37.2.78. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.78. LineRel procedure
4.37.2.78. LineRel procedure
Targets: MS-DOS, Win32
Graph Unit
Draws a line relative to the current pointer (CP) and moves
the CP to (X1, X1).
Declaration:
procedure LineRel(Dx, Dy: LongInt);
Remarks:
Draws the line from the CP (X0, Y0) to a point (X1, Y1), where
x1 = x0 + Dx
y1 = y0 + Dy
- 4.37.2.78. -