EMF::EMREOF(3) | libemf | EMF::EMREOF(3) |
EMF::EMREOF - EMF End of File Record.
#include <libemf.h>
Inherits EMF::METARECORD, and EMREOF.
EMREOF (void)
EMREOF (DATASTREAM &ds)
bool serialize (DATASTREAM ds)
int size (void) const
void execute (METAFILEDEVICECONTEXT *source, HDC dc) const
EMF End of File Record.
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
Parameters
Execute this record in the context of the given device context.
Parameters
Implements EMF::METARECORD.
Parameters
Implements EMF::METARECORD.
Internally computed size of this record.
Implements EMF::METARECORD.
Generated automatically by Doxygen for libemf from the source code.
Wed Jun 29 2022 | Version 1.0.9 |