Interrups | Categories | Contents |
AX = 0094h CX = number of vertices in polygon ES:BX -> vertex array (see #03498)
Notes: The FGDRIVER functions are rearranged with each major release, but their parameters do not change (see #03474 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 03498) 00h WORD column 02h WORD row
See Also: #03497
Interrups | Categories | Contents |