TGopInvertRect Class Reference

#include <graphicsaccelerator.h>

class TGopInvertRect : public TGraphicsOperation

Inherits from

Detailed Description

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.

Member Attribute Documentation

iRect

TRect iRect

The rectangle in which to invert the colours.

Constructor & Destructor Documentation

TGopInvertRect ( const TRect & )

TGopInvertRect(const TRect &aRect)[inline]

Constructor with a rectangle.

ParameterDescription
aRectThe rectangle in which to invert the colours.