libemf 1.0.9
EMF::EMRPOLYLINETO16 Class Reference

EMF PolylineTo16. More...

#include <libemf.h>

Inheritance diagram for EMF::EMRPOLYLINETO16:
EMF::METARECORD

Public Member Functions

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

Detailed Description

EMF PolylineTo16.

Draw a polygonal line curve to (what?)

Constructor & Destructor Documentation

◆ EMRPOLYLINETO16() [1/3]

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

◆ EMRPOLYLINETO16() [2/3]

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

◆ EMRPOLYLINETO16() [3/3]

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

Construct a PolylineTo record from the input stream.

Parameters
dsMetafile datastream.

◆ ~EMRPOLYLINETO16()

EMF::EMRPOLYLINETO16::~EMRPOLYLINETO16 ( )
inline

Destructor frees a copy of the points it buffered.

Member Function Documentation

◆ execute()

void EMF::EMRPOLYLINETO16::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::EMRPOLYLINETO16::serialize ( DATASTREAM ds)
inlinevirtual
Parameters
dsMetafile datastream.

Implements EMF::METARECORD.

◆ size()

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

Internally computed size of this record.

Implements EMF::METARECORD.


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