WinLineRel Function (ROM Call 0x1A)

wingraph.h

void WinLineRel (WINDOW *w, short dx, short dy);

Draws a line to a window from the current pen position, using relative displacements.

WinLineRel acts like WinLine, but dx and dy are relative to the current pen position.


Uses: WinLineTo