#include <libemf.h>
Inheritance diagram for EMF::EMRSETWINDOWEXTEX::
Public Methods | |
EMRSETWINDOWEXTEX (INT cx, INT cy) | |
EMRSETWINDOWEXTEX (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
The window extents define the scale of the logical coordinates. For example, if your XY plot is from [-10,-10] to [10,10], then the window extents are [20,20].
|
|
|
Construct a SetWindowExtEx 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. |