libemf 1.0.9
EMF::EMRPOLYBEZIER16 Class Reference

EMF Polybezier16. More...

#include <libemf.h>

Inheritance diagram for EMF::EMRPOLYBEZIER16:
EMF::METARECORD EMF::EMRPOLYBEZIERTO16

Public Member Functions

 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 *source, HDC dc) const
 
- Public Member Functions inherited from EMF::METARECORD
virtual ~METARECORD ()
 

Detailed Description

EMF Polybezier16.

Draw a polygonal Bezier curve to (what?) using 16-bit points.

Constructor & Destructor Documentation

◆ EMRPOLYBEZIER16() [1/3]

EMF::EMRPOLYBEZIER16::EMRPOLYBEZIER16 ( const RECTL * bounds,
const POINT16 * points,
INT n )
inline
Parameters
boundsoverall bounding box of polybezier curve.
pointsarray of polybezier vertices.
nnumber of vertices in points.

◆ EMRPOLYBEZIER16() [2/3]

EMF::EMRPOLYBEZIER16::EMRPOLYBEZIER16 ( const RECTL * bounds,
const POINT * points,
INT n )
inline

Convenience constructor with POINTs.

Parameters
boundsoverall bounding box of polybezier curve.
pointsarray of polybezier vertices.
nnumber of vertices in points.

◆ EMRPOLYBEZIER16() [3/3]

EMF::EMRPOLYBEZIER16::EMRPOLYBEZIER16 ( DATASTREAM & ds)
inline

Construct a PolyBezier record from the input stream.

Parameters
dsMetafile datastream.

◆ ~EMRPOLYBEZIER16()

EMF::EMRPOLYBEZIER16::~EMRPOLYBEZIER16 ( )
inline

Destructor frees a copy of the points it buffered.

Member Function Documentation

◆ execute()

void EMF::EMRPOLYBEZIER16::execute ( METAFILEDEVICECONTEXT * source,
HDC dc ) const
inlinevirtual

Execute this record in the context of the given device context.

Parameters
sourcethe device context from which this record is taken.
dcdevice context for execute.

Implements EMF::METARECORD.

Reimplemented in EMF::EMRPOLYBEZIERTO16.

◆ serialize()

bool EMF::EMRPOLYBEZIER16::serialize ( DATASTREAM ds)
inlinevirtual
Parameters
dsMetafile datastream.

Implements EMF::METARECORD.

Reimplemented in EMF::EMRPOLYBEZIERTO16.

◆ size()

int EMF::EMRPOLYBEZIER16::size ( void ) const
inlinevirtual

Internally computed size of this record.

Implements EMF::METARECORD.

Reimplemented in EMF::EMRPOLYBEZIERTO16.


The documentation for this class was generated from the following file: