- 4.37.2.78 -
Standard Units

Graph Unit


Graph Unit Procedures and FunctionsLineRel 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
  | 
  | 
  | 
| Line procedure | 
Table of Content | 
LineTo procedure | 
- 4.37.2.78 -