•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ v_fillarea ]

#include <vdi.h>

void v_fillarea( int handle, int count, int *pxyarray );

  <handle> is the VDI Handle.
  <count> is the number of x,y pairs.
  <pxyarray> is an int array containing 3 or more x,y pairs (see
             VDI Coordinates):
             [0] = first x coordinate.
             [1] = first y coordinate.
             [2] = second x coordinate.
             [3] = second y coordinate.
             ...


Function defines a closed polygon by connecting the last point in
<pxyarray> back to the first point.  Using the current border and fill
attributes, it draws the border and fills the interior space.

VDI Opcode 9

See also VDI Output, vsf_color(), vsf_interior(), vsf_style(),
         vsf_perimeter() and vsf_udpat().