CDC::PolyPolygon

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

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

Remarks

Windows CE 1.0 only supports convex polygons.

See Also

CDC::Polygon, CDC::Polyline