EMF Poly Polygon. More...
#include <libemf.h>
Public Member Functions | |
| EMRPOLYPOLYGON (const RECTL *bounds, const POINT *points, const INT *counts, UINT polygons) | |
| ~EMRPOLYPOLYGON () | |
EMF Poly Polygon.
Draw several filled polygons.
| EMF::EMRPOLYPOLYGON::EMRPOLYPOLYGON | ( | const RECTL * | bounds, | |
| const POINT * | points, | |||
| const INT * | counts, | |||
| UINT | polygons | |||
| ) | [inline] |
| bounds | overall bounding box of polygon. | |
| points | array of polygon vertices. | |
| counts | array of number of vertices in each polygon. | |
| polygons | number of polygons. |
| EMF::EMRPOLYPOLYGON::~EMRPOLYPOLYGON | ( | ) | [inline] |
Destructor frees a copy of the counts and points it buffered.
1.5.9-20090622