Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



VectorSprite: drawing sprites

Found in: epoc32ex\Graphics\WS\VectorSprite\


Description

The VectorSprite example creates a simple animated sprite (a rotating line), and creates the sprite's bitmaps by creating and drawing to off-screen bitmaps within the application. No redraw events are caused by the sprite.

[Top]


Classes defined

CSprite: Demonstrates how to use class RWsSprite by setting up the sprite members to contain bitmaps then appending them to the sprite. The bitmaps are off screen bitmaps drawn to using a graphics context.

[Top]


Classes used