#include <libemf.h>
Inheritance diagram for EMF::EMRPOLYPOLYGON16::
Public Methods | |
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 () | |
EMRPOLYPOLYGON16 (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw several filled polygons (with 16-bit points).
|
|
|
Additional constructor which takes a POINT16 structure.
|
|
Destructor frees a copy of the counts and points it buffered. |
|
Construct a Polygon record from the input stream.
|
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |