#include <w32adll.h>
class CAnimGc : public CBitmapContext |
Public Member Functions | |
---|---|
pure virtual void | CancelClippingRegion() |
pure virtual TInt | SetClippingRegion(const TRegion &) |
Inherited Enumerations | |
---|---|
CGraphicsContext:TBrushStyle | |
CGraphicsContext:TDrawMode | |
CGraphicsContext:TDrawModeComponents | |
CGraphicsContext:TFillRule | |
CGraphicsContext:TPenStyle | |
CGraphicsContext:TTextAlign |
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.
void | CancelClippingRegion | ( | ) | [pure virtual] |
Reimplemented from CGraphicsContext::CancelClippingRegion()
Reimplemented from CGraphicsContext::SetClippingRegion(const TRegion &)
Sets the clipping region.
Only the parts of the animation which are within the clipping region are drawn.
Parameters | |
---|---|
aRegion | The clipping region. |