EMF  1.0
Public Member Functions
EMF::EMRPOLYLINE16 Class Reference

EMF Polyline16. More...

#include <libemf.h>

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

List of all members.

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 *, HDC dc) const

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.

Destructor frees a copy of the points it buffered.

Construct a Polyline record from the input stream.

Parameters:
dsMetafile datastream.

Member Function Documentation

void EMF::EMRPOLYLINE16::execute ( METAFILEDEVICECONTEXT ,
HDC  dc 
) const [inline, virtual]

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) [inline, virtual]
Parameters:
fpMetafile file handle.

Implements EMF::METARECORD.

int EMF::EMRPOLYLINE16::size ( void  ) const [inline, virtual]
Parameters:
fpMetafile file handle.

Implements EMF::METARECORD.


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