EMF  1.0
Public Member Functions
EMF::EMRENDPATH Class Reference

EMF End Path. More...

#include <libemf.h>

Inheritance diagram for EMF::EMRENDPATH:
EMF::METARECORD

List of all members.

Public Member Functions

 EMRENDPATH (void)
 EMRENDPATH (DATASTREAM &ds)
bool serialize (DATASTREAM ds)
int size (void) const
void execute (METAFILEDEVICECONTEXT *, HDC dc) const

Detailed Description

EMF End Path.

End the current path definition.


Constructor & Destructor Documentation

EMF::EMRENDPATH::EMRENDPATH ( void  ) [inline]

Create an End Path record.

Construct an EndPath record from the input stream.

Parameters:
dsMetafile datastream.

Member Function Documentation

void EMF::EMRENDPATH::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::EMRENDPATH::serialize ( DATASTREAM  ds) [inline, virtual]
Parameters:
dsMetafile datastream.

Implements EMF::METARECORD.

int EMF::EMRENDPATH::size ( void  ) const [inline, virtual]

Internally computed size of this record.

Implements EMF::METARECORD.


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