EMF  1.0
Public Member Functions | List of all members
EMF::EMRPOLYLINE16 Class Reference

EMF Polyline16. More...

#include <libemf.h>

Inheritance diagram for EMF::EMRPOLYLINE16:
EMF::METARECORD

Public Member Functions

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

Draw a series of connected lines using 16-bit points.

Constructor & Destructor Documentation

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

Constructor with POINTs.

Parameters
boundsoverall bounding box of polyline.
pointsarray of polyline vertices.
nnumber of vertices in points.
EMF::EMRPOLYLINE16::~EMRPOLYLINE16 ( )
inline

Destructor frees a copy of the points it buffered.

EMF::EMRPOLYLINE16::EMRPOLYLINE16 ( DATASTREAM ds)
inline

Construct a Polyline record from the input stream.

Parameters
dsMetafile datastream.

Member Function Documentation

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

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

Implements EMF::METARECORD.

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

Internally computed size of this record.

Implements EMF::METARECORD.


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