#include <libemf.h>
Inheritance diagram for EMF::EMRPOLYGON16::
Public Methods | |
EMRPOLYGON16 (const RECTL *bounds, const POINT *points, INT16 n) | |
EMRPOLYGON16 (const RECTL *bounds, const POINT16 *points, INT16 n) | |
EMRPOLYGON16 (DATASTREAM &ds) | |
~EMRPOLYGON16 () | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw a filled polygon (with 16-bit points).
|
|
|
Additional constructor which takes a POINT16 array.
|
|
Construct a Polygon record from the input stream.
|
|
Destructor frees a copy of the points it buffered. |
|
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. |