CDC::PolyPolygon

This member function creates two or more polygons that are filled using the current polygon-filling mode. The polygons may be disjointed or overlapping.

Syntax

BOOL PolyPolygon ( LPPOINT lpPoints, LPINT lpPolyCounts, int nCount );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE 1.0 only supports convex polygons.

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::Polygon, CDC::Polyline