#include <libemf.h>
Inheritance diagram for EMF::ENHMETAHEADER::
Public Methods | |
ENHMETAHEADER (LPCWSTR description=0) | |
~ENHMETAHEADER () | |
bool | serialize (DATASTREAM ds) |
bool | unserialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC) const |
The ENHMETAHEADER serves two purposes in this library: it keeps track of the size of the metafile (in physical dimensions) and number of records and handles that are ultimately to be written to the disk file. It is also a real record that must be written out.
|
|
|
Destructor deletes memory allocated for description. |
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Serializing the header is an example of an extended record.
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |
|
Read a header record from the datastream. |