EMF Poly Polygon16. More...
#include <libemf.h>
Public Member Functions | |
| EMRPOLYPOLYGON16 (const RECTL *bounds, const POINT *points, const INT *counts, UINT polygons) | |
| EMRPOLYPOLYGON16 (const RECTL *bounds, const POINT16 *points, const INT *counts, UINT16 polygons) | |
| ~EMRPOLYPOLYGON16 () | |
EMF Poly Polygon16.
Draw several filled polygons (with 16-bit points).
| EMF::EMRPOLYPOLYGON16::EMRPOLYPOLYGON16 | ( | 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::EMRPOLYPOLYGON16::EMRPOLYPOLYGON16 | ( | const RECTL * | bounds, | |
| const POINT16 * | points, | |||
| const INT * | counts, | |||
| UINT16 | polygons | |||
| ) | [inline] |
Additional constructor which takes a POINT16 structure.
| 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::EMRPOLYPOLYGON16::~EMRPOLYPOLYGON16 | ( | ) | [inline] |
Destructor frees a copy of the counts and points it buffered.
1.5.9-20090622