Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GraphicsAccelerator.h>

Class TGopFilledRect

class TGopFilledRect : public TGraphicsOperation;

Description

An accelerated graphics operation that fills a rectangular area with a colour.

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 TGopFilledRect:

Inherited from TGraphicsOperation:


Construction and destruction


TGopFilledRect(const TRect &,TRgb)

inline TGopFilledRect(const TRect &aRect, TRgb aColor);

Description

Constructor with a rectangle and a colour.

Parameters

const TRect &aRect

The rectangle to fill.

TRgb aColor

The fill colour.

[Top]


Member data


iRect

TRect iRect;

Description

The rectangle to fill.


iColor

TRgb iColor;

Description

The fill colour.