#include <animation.h>
Animation frame structure.
Definition at line 48 of file animation.h.
The bits of the mem_dc, should be freed after deleting the mem_dc.
Definition at line 74 of file animation.h.
unsigned int delay_time |
The time of the frame will be display, in the unit of animation time_unit.
Definition at line 70 of file animation.h.
int disposal |
The disposal method (from GIF89a specification): Indicates the way in which the graphic is to be treated after being displayed.
Definition at line 59 of file animation.h.
unsigned int height |
The height of the frame.
Definition at line 67 of file animation.h.
The memdc compatible with the gif image.
Definition at line 72 of file animation.h.
struct _ANIMATIONFRAME* next |
The next frame
Definition at line 77 of file animation.h.
int off_x |
The x-coordinate of top-left corner of the frame in whole animation screen.
Definition at line 61 of file animation.h.
int off_y |
The y-coordinate of top-left corner of the frame in whole animation screen.
Definition at line 63 of file animation.h.
struct _ANIMATIONFRAME* prev |
The previous frame
Definition at line 79 of file animation.h.
unsigned int width |
The width of the frame.
Definition at line 65 of file animation.h.