Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GraphicsAccelerator.h>

Class TGopFadeRect

class TGopFadeRect : public TGraphicsOperation;

Description

An accelerated graphics operation that fades the 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 TGopFadeRect:

Inherited from TGraphicsOperation:


Construction and destruction


TGopFadeRect(const TRect &,const TGopFadeParams)

inline TGopFadeRect(const TRect &aRect, const TGopFadeParams aFade);

Description

Constructor with a rectangle and fade parameters.

Parameters

const TRect &aRect

The rectangle to fade.

const TGopFadeParams aFade

The fade parameters.

[Top]


Member data


iRect

TRect iRect;

Description

The rectangle to fade.


iFade

TGopFadeParams iFade;

Description

The fade parameters.