Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
polygon, _polygon_wxy
◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Include: FGRAPH.FI, FGRAPH.FD
Type: INTEGER*2 FUNCTION
Routine: polygon( control, points, numpoints )
INTEGER*2 control, numpoints
RECORD/xycoord/ points [FAR, REFERENCE]
polygon_w( control, points, numpoints )
INTEGER*2 control, numpoints
RECORD/wxycoord/ points [FAR, REFERENCE]
Returns: a nonzero value if the polygon is drawn successfully,
or 0 if not.
See also: arc, ellipse, floodfill, lineto, pie, rectangle,
setcolor, setfillmask, setlinestyle
-♦-