Int 62 Fn 0094 u - Fgdriver V4.02 - "fg_polyline" - Draw An Unfilled Pol [V]
AX = 0094h
CX = number of vertices in polygon
ES:BX -> vertex array (see #3169)
Notes: the FGDRIVER functions are rearranged with each major release, but
their parameters do not change (see #3145 at AX=0000h)
This function is equivalent to "FG_POLYGON", but uses only a single
array to define the vertices
This call is ignored in text modes
See Also: AX=008Fh,AX=0092h,AX=0093h,AX=0095h
Format of FGDRIVER POLYFILL/POLYLINE vertex array element:
Offset Size Description (Table 3169)
00h WORD column
02h WORD row
See Also: #3168