MetaFillPath


This metafile command fills a path subject to a clipping rectangle.

class MetaFillPath : public Meta
{
 public:
  Rectangle Bounds;
};

Members

Bounds The bounding rectangle containing the path to be drawn.

Notes

See related C function FillPath.