MetaExcludeClippingRectangle


This metafile command excludes a rectangle from the clipping Rectangle.

class MetaExcludeClippingRectangle : public Meta
{
 public:
  Rectangle Clip;
};

Members

Clip The Rectangle to be excluded from the clipping Region.

Notes

See related C function ExcludeClippingRectangle.