EMF::EMRMOVETOEX - EMF MoveTo (ex)
Contents
Constructor & Destructor Documentation
EMF::EMRMOVETOEX::EMRMOVETOEX(INTx,INTy)[inline]Parametersx new x position in logical coordinates.
y new y position in logical coordinates.
EMF::EMRMOVETOEX::EMRMOVETOEX(DATASTREAM&ds)[inline]
Construct a MoveToEx record from the input stream.
Parametersds Metafile datastream.
Detailed Description
EMF MoveTo (ex)
Move the drawing point to the given position.
Member Function Documentation
voidEMF::EMRMOVETOEX::execute(METAFILEDEVICECONTEXT*source,HDCdc)const[inline],[virtual]
Execute this record in the context of the given device context.
Parameterssource the device context from which this record is taken.
dc device context for execute.
Implements EMF::METARECORD.
boolEMF::EMRMOVETOEX::serialize(DATASTREAMds)[inline],[virtual]Parametersds Metafile datastream.
Implements EMF::METARECORD.
intEMF::EMRMOVETOEX::size(void)const[inline],[virtual]
Internally computed size of this record.
Implements EMF::METARECORD.
Name
EMF::EMRMOVETOEX - EMF MoveTo (ex)
Synopsis
#include <libemf.h>
Inherits EMF::METARECORD, and EMRLINETO.
PublicMemberFunctionsEMRMOVETOEX (INT x, INT y)
EMRMOVETOEX (DATASTREAM &ds)
bool serialize (DATASTREAM ds)
int size (void) const
void execute (METAFILEDEVICECONTEXT *source, HDC dc) const
Public Member Functions inherited from EMF::METARECORD
virtual ~METARECORD ()
