#include <libemf.h>
Inheritance diagram for EMF::EMRSETWORLDTRANSFORM::
Public Methods | |
EMRSETWORLDTRANSFORM (const XFORM *transform) | |
EMRSETWORLDTRANSFORM (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 SetWorldTransform 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. |