EMF
1.0
|
EMF Arc. More...
#include <libemf.h>
Public Member Functions | |
EMRARC (INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) | |
EMRARC (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
EMF Arc.
Draw an arc. Not sure what the specification here means, though.
EMF::EMRARC::EMRARC | ( | INT | left, |
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) | [inline] |
Take these descriptions with a grain of salt...
left | x position of left edge of arc box. |
top | y position of top edge of arc box. |
right | x position of right edge of arc box. |
bottom | y position bottom edge of arc box. |
xstart | x position of arc start. |
ystart | y position of arc start. |
xend | x position of arc end. |
yend | y position of arc end. |
EMF::EMRARC::EMRARC | ( | DATASTREAM & | ds | ) | [inline] |
Construct an Arc record from the input datastream.
ds | Metafile datastream. |
void EMF::EMRARC::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::EMRARC::serialize | ( | DATASTREAM | ds | ) | [inline, virtual] |
fp | Metafile file handle. |
Implements EMF::METARECORD.
int EMF::EMRARC::size | ( | void | ) | const [inline, virtual] |
Internally computed size of this record.
Implements EMF::METARECORD.