#include <libemf.h>
Inheritance diagram for EMF::EMRELLIPSE::
Public Methods | |
EMRELLIPSE (INT left, INT top, INT right, INT bottom) | |
EMRELLIPSE (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
Draw an ellipse. (I have no idea how the ellipse is defined!)
|
Take these descriptions with a grain of salt...
|
|
Construct an Ellipse 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. |