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

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

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



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

- 4.37.2.78 -