#include <libemf.h>
Inheritance diagram for EMF::EMRSETVIEWPORTORGEX::
Public Methods | |
EMRSETVIEWPORTORGEX (INT x, INT y) | |
EMRSETVIEWPORTORGEX (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
The viewport origin is a point in device coordinates (i.e., pixels) where the viewport starts. (For example, if you want to put several different views on the same page, you might use different viewports.)
|
|
|
Construct a SetVieportOrgEx 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. |