MetaDrawEllipse


This metafile command draws an ellipse.

class MetaDrawEllipse : public Meta
{
 public:
  Rectangle Box;
};

Members

Box The bounding rectangle of the ellipse.

Notes

See related C function DrawEllipse.