Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <W32ADLL.H>

Class CAnimGc

class CAnimGc : public CBitmapContext;

Description

Animation graphics context.

An object of this type is linked into CAnim by the window server, which allows you to draw to the animation window. The object's functions allow you to set and cancel the clipping region, and to draw to the visible window using the inherited CBitmapContext functions.

Derivation

Members

Defined in CAnimGc:

Inherited from CBase:

Inherited from CBitmapContext:

Inherited from CGraphicsContext:


Member functions


SetClippingRegion(const TRegion &)

virtual TInt SetClippingRegion(const TRegion &aRegion)=0;

Description

Sets the clipping region.

Only the parts of the animation which are within the clipping region are drawn.

Parameters

const TRegion &aRegion

The clipping region.

Return value

TInt


CancelClippingRegion()

virtual void CancelClippingRegion()=0;

Description

Cancels the clipping region.

See also: