CDC::PolyPolygon
Visual Studio 2012
Creates two or more polygons that are filled using the current polygon-filling mode.
BOOL PolyPolygon( LPPOINT lpPoints, LPINT lpPolyCounts, int nCount );
The polygons may be disjoint or overlapping.
Each polygon specified in a call to the PolyPolygon function must be closed. Unlike polygons created by the Polygon member function, the polygons created by PolyPolygon are not closed automatically.
The function creates two or more polygons. To create a single polygon, an application should use the Polygon member function.
The current polygon-filling mode can be retrieved or set by using the GetPolyFillMode and SetPolyFillMode member functions.