#include <libemf.h>
Inheritance diagram for EMF::EMRMODIFYWORLDTRANSFORM::
Public Methods | |
EMRMODIFYWORLDTRANSFORM (const XFORM *transform, DWORD mode) | |
EMRMODIFYWORLDTRANSFORM (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Enhanced metafiles have a Coordinate Transformation which allows the contents to be rotated and transformed. Does not appear to work properly in StarOffice (but it's also possible I don't understand how it's supposed to work either).
|
|
|
Construct a ModifyWorldTransform from the input datastream.
|
|
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. |