EMF
1.0
|
EMF Fill path. More...
#include <libemf.h>
Public Member Functions | |
EMRFILLPATH (const RECTL *bounds) | |
EMRFILLPATH (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
EMF Fill path.
Fill the path.
EMF::EMRFILLPATH::EMRFILLPATH | ( | const RECTL * | bounds | ) | [inline] |
bounds | overall bounding box of polygon. |
n | number of vertices in points. |
EMF::EMRFILLPATH::EMRFILLPATH | ( | DATASTREAM & | ds | ) | [inline] |
Create a FillPath record from input stream.
ds | Metafile datastream. |
void EMF::EMRFILLPATH::execute | ( | METAFILEDEVICECONTEXT * | , |
HDC | dc | ||
) | const [inline, virtual] |
Execute this record in the context of the given device context.
source | the device context from which this record is taken. |
dc | device context for execute. |
Implements EMF::METARECORD.
bool EMF::EMRFILLPATH::serialize | ( | DATASTREAM | ds | ) | [inline, virtual] |
ds | Metafile datastream. |
Implements EMF::METARECORD.
int EMF::EMRFILLPATH::size | ( | void | ) | const [inline, virtual] |
Internally computed size of this record.
Implements EMF::METARECORD.