EMF
1.0
|
EMF Stroke and Fill path. More...
#include <libemf.h>
Public Member Functions | |
EMRSTROKEANDFILLPATH (const RECTL *bounds) | |
EMRSTROKEANDFILLPATH (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
EMF Stroke and Fill path.
Stroke and Fill the path.
EMF::EMRSTROKEANDFILLPATH::EMRSTROKEANDFILLPATH | ( | const RECTL * | bounds | ) | [inline] |
bounds | overall bounding box of polygon. |
n | number of vertices in points. |
EMF::EMRSTROKEANDFILLPATH::EMRSTROKEANDFILLPATH | ( | DATASTREAM & | ds | ) | [inline] |
Create a StrokeandfillPath record from input stream.
ds | Metafile datastream. |
void EMF::EMRSTROKEANDFILLPATH::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::EMRSTROKEANDFILLPATH::serialize | ( | DATASTREAM | ds | ) | [inline, virtual] |
ds | Metafile datastream. |
Implements EMF::METARECORD.
int EMF::EMRSTROKEANDFILLPATH::size | ( | void | ) | const [inline, virtual] |
Internally computed size of this record.
Implements EMF::METARECORD.