EMF
1.0
|
EMF End of File Record. More...
#include <libemf.h>
Public Member Functions | |
EMREOF (void) | |
EMREOF (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *source, HDC dc) const |
![]() | |
virtual | ~METARECORD () |
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).
|
inline |
Constructor contains no user serviceable parts.
|
inline |
Construct an EOF record from the input stream
ds | Metafile datastream. |
|
inlinevirtual |
Execute this record in the context of the given device context.
source | the device context from which this record is taken. |
dc | device context for execute. |
Implements EMF::METARECORD.
|
inlinevirtual |
ds | Metafile datastream. |
Implements EMF::METARECORD.
|
inlinevirtual |
Internally computed size of this record.
Implements EMF::METARECORD.