WinLineNC Function (ROM Call 0x18)

wingraph.h

void WinLineNC (WINDOW *w, const WIN_RECT *Line);

Draws a line to a window, without range checking.

WinLineNC works like WinLine except no range checking is done on the line drawn. Use it with extreme caution as invalid lines could trash the system.


Uses: RectWinToWin, DrawLine, PortRestore, ScrToHome, SetCurClip, ROM Call 0x413
Used by: gdb_recall, FuncLineFlt, GrAxes, GrLineFlt, Regraph