Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GraphicsAccelerator.h>

Class TGopInvertRect

class TGopInvertRect : public TGraphicsOperation;

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.

Derivation

Members

Defined in TGopInvertRect:

Inherited from TGraphicsOperation:


Construction and destruction


TGopInvertRect(const TRect &)

inline TGopInvertRect(const TRect &aRect);

Description

Constructor with a rectangle.

Parameters

const TRect &aRect

The rectangle in which to invert the colours.

[Top]


Member data


iRect

TRect iRect;

Description

The rectangle in which to invert the colours.