#include <libemf.h>
Inheritance diagram for EMF::EMRPOLYBEZIER16::
Public Methods | |
EMRPOLYBEZIER16 (const RECTL *bounds, const POINT16 *points, INT n) | |
EMRPOLYBEZIER16 (const RECTL *bounds, const POINT *points, INT n) | |
EMRPOLYBEZIER16 (DATASTREAM &ds) | |
~EMRPOLYBEZIER16 () | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw a polygonal Bezier curve to (what?) using 16-bit points.
|
|
|
Convenience constructor with POINTs.
|
|
Construct a PolyBezier 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 in EMF::EMRPOLYBEZIERTO16. |
|
Reimplemented from EMF::METARECORD. Reimplemented in EMF::EMRPOLYBEZIERTO16. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. Reimplemented in EMF::EMRPOLYBEZIERTO16. |