Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: GRDSTD.H
Link against: grid.lib

Class TGridUtils

class TGridUtils;

Description

A collection of Grid utilities.

Members

Defined in TGridUtils:
FillRect()


Member functions


FillRect()

static IMPORT_C 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.