Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GraphicsAccelerator.h>

Class TGopFilledRectUsingDrawMode

class TGopFilledRectUsingDrawMode : public TGraphicsOperation;

Description

An accelerated graphics operation that fills a rectangular area with a colour, whilst performing a bitwise logical operation with the pixels in the region, for instance AND, OR, Exclusive OR.

The bitwise logical operation is specified in the draw mode. The data members are all initialised on construction. Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.

Derivation

Members

Defined in TGopFilledRectUsingDrawMode:

Inherited from TGraphicsOperation:


Construction and destruction


TGopFilledRectUsingDrawMode(const TRect &,TRgb,CGraphicsContext::TDrawMode)

inline TGopFilledRectUsingDrawMode(const TRect &aRect, TRgb aColor, CGraphicsContext::TDrawMode aDrawMode);

Description

Constructor with a rectangle, a colour and a draw mode.

Parameters

const TRect &aRect

The rectangle to fill.

TRgb aColor

The fill colour.

CGraphicsContext::TDrawMode aDrawMode

The draw mode.

[Top]


Member data


iRect

TRect iRect;

Description

The rectangle to fill.


iColor

TRgb iColor;

Description

The fill colour.


iDrawMode

CGraphicsContext::TDrawMode iDrawMode;

Description

The draw mode.