class CAnimGc : public CBitmapContext |
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.
Public Member Functions | |
---|---|
void | CancelClippingRegion() |
TInt | SetClippingRegion(const TRegion &) |
Inherited Enumerations | |
---|---|
CGraphicsContext:TBrushStyle | |
CGraphicsContext:TDrawMode | |
CGraphicsContext:TDrawModeComponents | |
CGraphicsContext:TFillRule | |
CGraphicsContext:TPenStyle | |
CGraphicsContext:TTextAlign |
TInt | SetClippingRegion | ( | const TRegion & | aRegion | ) | [pure virtual] |
Sets the clipping region.
Only the parts of the animation which are within the clipping region are drawn.
const TRegion & aRegion | The clipping region. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.