Int 62 Fn 0092 u - Fgdriver V4.02 - "fg_polyfill" - Draw A Filled Convex [V]
AX = 0092h
CX = number of vertices
ES:BX -> variable pointer record (see #3167)
Notes: the FGDRIVER functions are rearranged with each major release, but
their parameters do not change (see #3145 at AX=0000h)
The vertex array consists of pairs of words specifying the X and Y
coordinates of each vertex; the work array is used internally and
must contain at least four times as many bytes as the polygon is
high in pixels
This function is ignored in text modes
If the polygon is non-convex, only a portion of it may be filled
See Also: AX=000Eh,AX=0027h,AX=0091h,AX=0093h,AX=0094h,AX=0095h
Format of FGDRIVER POLYFILL variable pointer record:
Offset Size Description (Table 3167)
00h WORD segment of vertex array (see #3169)
02h WORD offset of vertex array
04h WORD segment of work array
06h WORD offset of work array
See Also: #3168