#include <libemf.h>
Inheritance diagram for EMF::EMRPOLYLINE16::
Public Methods | |
EMRPOLYLINE16 (const RECTL *bounds, const POINT16 *points, INT n) | |
EMRPOLYLINE16 (const RECTL *bounds, const POINT *points, INT n) | |
~EMRPOLYLINE16 () | |
EMRPOLYLINE16 (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw a series of connected lines using 16-bit points.
|
|
|
Constructor with POINTs.
|
|
Destructor frees a copy of the points it buffered. |
|
Construct a Polyline record from the input stream.
|
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |