#include <libemf.h>
Inheritance diagram for EMF::EMREOF::
Public Methods | |
EMREOF (void) | |
EMREOF (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC) const |
Every metafile must have an End of File record. A palette may also be recorded in the EOF record, but it is currently unused by this library (all colors are specified in full RGB coordinates).
|
Constructor contains no user serviceable parts. |
|
Construct an EOF record from the input stream
|
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |