libemf 1.0.9
Public Member Functions
EMF::EMRPOLYBEZIERTO16 Class Reference

EMF PolyBezierTo16. More...

#include <libemf.h>

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

Public Member Functions

 EMRPOLYBEZIERTO16 (const RECTL *bounds, const POINT16 *points, INT n)
 
 EMRPOLYBEZIERTO16 (const RECTL *bounds, const POINT *points, INT n)
 
 EMRPOLYBEZIERTO16 (DATASTREAM &ds)
 
 ~EMRPOLYBEZIERTO16 ()
 
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 PolyBezierTo16.

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

Constructor & Destructor Documentation

◆ EMRPOLYBEZIERTO16() [1/3]

EMF::EMRPOLYBEZIERTO16::EMRPOLYBEZIERTO16 ( 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.

◆ EMRPOLYBEZIERTO16() [2/3]

EMF::EMRPOLYBEZIERTO16::EMRPOLYBEZIERTO16 ( 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.

◆ EMRPOLYBEZIERTO16() [3/3]

EMF::EMRPOLYBEZIERTO16::EMRPOLYBEZIERTO16 ( DATASTREAM ds)
inline

Construct a PolyBezier record from the input stream.

Parameters
dsMetafile datastream.

◆ ~EMRPOLYBEZIERTO16()

EMF::EMRPOLYBEZIERTO16::~EMRPOLYBEZIERTO16 ( )
inline

Destructor frees a copy of the points it buffered.

Member Function Documentation

◆ execute()

void EMF::EMRPOLYBEZIERTO16::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.

◆ serialize()

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

Implements EMF::METARECORD.

◆ size()

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

Internally computed size of this record.

Implements EMF::METARECORD.


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