MetaInvertRegion


This metafile command inverts the colors of a region.

class MetaInvertRegion : public Meta
{
 public:
  Rectangle Bounds;
  
  unsigned char RegionData[1];

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

Members

Bounds The bounding Rectangle for the operation (in device units).
RegionData An area of memory containing an instance of the class RegionData.

Notes

See related C function InvertRegion.