Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GRDSTD.H>
Link against: grid.lib

Class TGridUtils

class TGridUtils;

Description

A collection of Grid utilities.

Members

Defined in TGridUtils:


Member functions


FillRect(CGraphicsContext *,TRgb,const TRect &)

IMPORT_C static void FillRect(CGraphicsContext *aGc, TRgb aColor, const TRect &aRect);

Description

Fills the specified rectangle with the specified colour.

Parameters

CGraphicsContext *aGc

The graphics context to be used.

TRgb aColor

The colour which is to fill the rectangle.

const TRect &aRect

The rectangle to be filled.

Panic codes

GRIDIMG

0 In debug mode only, if the pointer to the graphics context is Null.