MetaDrawRoundedRectangle


This metafile command draws an elliptically rounded rectangle.

class MetaDrawRoundedRectangle : public Meta
{
 public:
  Rectangle Box;
  Dimensions Corner;
};

Members

Box The bounding rectangle.
Corner The width and height of the ellipse used to round the corners of the rectangle.

Notes

See related C function DrawRoundedRectangle.