#include <libemf.h>
Inheritance diagram for EMF::EMRPOLYLINETO16::
Public Methods | |
EMRPOLYLINETO16 (const RECTL *bounds, const POINT16 *points, INT n) | |
EMRPOLYLINETO16 (const RECTL *bounds, const POINT *points, INT n) | |
EMRPOLYLINETO16 (DATASTREAM &ds) | |
~EMRPOLYLINETO16 () | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw a polygonal line curve to (what?)
|
|
|
Convenience constructor with POINTs.
|
|
Construct a PolylineTo 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. |