MetaSelectClippingRegion


This metafile command selects the clipping Region.

class MetaSelectClippingRegion : public Meta
{
 public:
  unsigned Size;
  unsigned Mode;
  unsigned char RegionData[1];

  unsigned char& operator()(unsigned Index);
};

Size The size of the region data that follows.
Mode The mode of clipping to be selected.
RegionData An area of memory containing an instance of the class RegionData.

Notes

See related C function SelectClippingRegion.