[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 62 Fn 007A  u - Fgdriver V3.03 - "fg_polyline" - Draw An Unfilled Pol  [V]

   AX = 007Ah
   CX = number of vertices in polygon
   ES:BX -> vertex array (see below)

Notes: For FGDRIVER v1.10, this function was "FG_MOUSEINI" (see AX=0061h);
      "FG_POLYLINE" did not exist yet
   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=0076h,AX=0078h,AX=0079h,AX=007Bh

Format of vertex array element:
Offset Size    Description
 00h   WORD    column
 02h   WORD    row

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson