Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - polypolygon() draws several polygons http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PolyPolygon()          Draws several polygons
--------------------------------------------------------------------------------

 Syntax:                PolyPolygon( <hDC>, <aPolygon1>,
                                   ...<aPolygonN> ) --> <lSuccess>

 Parameters:

 <hDC>                  Identifies the device context where to paint.

 <aPolygon1>            An array where each element is also
 ...                    an array of two numeric values identifiying
                        a point. The first and initial points have to
                        be the same.
 <aPolygonN>

                        aPolygon = { { nCol1, nRow1 }, { nCol2, nRow2 },
                                   ... { nColN, nRowN }, { nCol1, nRow1 } }

 Returns:

 <lSuccess>             A logical value indicating that the operation
                        was performed successfully.

 Source code:           SOURCE\\WINAPI\\Drawing.c


See Also: Arc() Ellipse() FloodFill() LineTo() MoveTo() Pie() Rectangle()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson