TGopInvertRect Class Reference

class TGopInvertRect : public TGraphicsOperation

An accelerated graphics operation that inverts the colour of all pixels in a rectangular area.

Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.

Inherits from

Constructor & Destructor Documentation

TGopInvertRect(const TRect &)

TGopInvertRect(const TRect &aRect)[inline]

Constructor with a rectangle.

Parameters

const TRect & aRectThe rectangle in which to invert the colours.

Member Data Documentation

TRect iRect

TRect iRect

The rectangle in which to invert the colours.