EMF::EMRFILLPATH - EMF Fill path.
Contents
Constructor & Destructor Documentation
EMF::EMRFILLPATH::EMRFILLPATH(constRECTL*bounds)[inline]Parametersbounds overall bounding box of polygon.
EMF::EMRFILLPATH::EMRFILLPATH(DATASTREAM&ds)[inline]
Create a FillPath record from input stream.
Parametersds Metafile datastream.
Detailed Description
EMF Fill path.
Fill the path.
Member Function Documentation
voidEMF::EMRFILLPATH::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::EMRFILLPATH::serialize(DATASTREAMds)[inline],[virtual]Parametersds Metafile datastream.
Implements EMF::METARECORD.
intEMF::EMRFILLPATH::size(void)const[inline],[virtual]
Internally computed size of this record.
Implements EMF::METARECORD.
Name
EMF::EMRFILLPATH - EMF Fill path.
Synopsis
#include <libemf.h>
Inherits EMF::METARECORD, and EMRFILLPATH.
PublicMemberFunctionsEMRFILLPATH (const RECTL *bounds)
EMRFILLPATH (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 ()
