#include <libemf.h>
Inheritance diagram for EMF::EMRARCTO::
Public Methods | |
EMRARCTO (INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) | |
EMRARCTO (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw another arc. Not sure what the specification here means, though.
|
Take these descriptions with a grain of salt...
|
|
Construct an ArcTo record from the input stream.
|
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |