![]() |
Public API Reference |
![]() |
If an image file has animation capabilities, then this interface is exhibited. More...
#include <igraphic/animimg.h>
Public Member Functions | |
virtual bool | Animate (csTicks time, csRect *dirtyrect=0)=0 |
Update the image data. | |
virtual bool | IsAnimated ()=0 |
Return whether or not this image is really animated, ie if the animation has more than one frame or not. |
If an image file has animation capabilities, then this interface is exhibited.
virtual bool iAnimatedImage::Animate | ( | csTicks | time, |
csRect * | dirtyrect = 0 |
||
) | [pure virtual] |
Update the image data.
time | Time that passed since the last call to Animate(). |
dirtyrect | If not 0, the area that has changed is filled in. |
virtual bool iAnimatedImage::IsAnimated | ( | ) | [pure virtual] |
Return whether or not this image is really animated, ie if the animation has more than one frame or not.