Provided by: libemf-doc_1.0.13-5_all
NAME
EMF::EMRSETVIEWPORTORGEX - EMF Set Viewport Origin (ex)
SYNOPSIS
#include <libemf.h> Inherits EMF::METARECORD, and EMRSETBRUSHORGEX. Public Member Functions EMRSETVIEWPORTORGEX (INT x, INT y) EMRSETVIEWPORTORGEX (DATASTREAM &ds) bool serialize (DATASTREAM ds) int size (void) const void execute (METAFILEDEVICECONTEXT *source, HDC dc) const
Detailed Description
EMF Set Viewport Origin (ex) 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.)
Constructor & Destructor Documentation
EMF::EMRSETVIEWPORTORGEX::EMRSETVIEWPORTORGEX (INT x, INT y) [inline] Parameters x x position of the viewport in device coordinates y y position of the viewport in device coordinates EMF::EMRSETVIEWPORTORGEX::EMRSETVIEWPORTORGEX (DATASTREAM & ds) [inline] Construct a SetVieportOrgEx record from the input stream. Parameters ds Metafile datastream.
Member Function Documentation
void EMF::EMRSETVIEWPORTORGEX::execute (METAFILEDEVICECONTEXT * source, HDC dc) const [inline], [virtual] Execute this record in the context of the given device context. Parameters source the device context from which this record is taken. dc device context for execute. Implements EMF::METARECORD. bool EMF::EMRSETVIEWPORTORGEX::serialize (DATASTREAM ds) [inline], [virtual] Parameters ds Metafile datastream. Implements EMF::METARECORD. int EMF::EMRSETVIEWPORTORGEX::size (void) const [inline], [virtual] Internally computed size of this record. Implements EMF::METARECORD.
Author
Generated automatically by Doxygen for libemf from the source code.