MiniGUI API Reference (MiniGUI-Standalone)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <animation.h>
Data Fields | |
int | disposal |
int | off_x |
int | off_y |
unsigned int | width |
unsigned int | height |
unsigned int | delay_time |
HDC | mem_dc |
Uint8 * | bits |
struct _ANIMATIONFRAME * | next |
struct _ANIMATIONFRAME * | prev |
Animation frame structure.
Definition at line 81 of file animation.h.
Uint8* bits |
The bits of the mem_dc, should be freed after deleting the mem_dc.
Definition at line 107 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 103 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 92 of file animation.h.
unsigned int height |
The height of the frame.
Definition at line 100 of file animation.h.
HDC mem_dc |
The memdc compatible with the gif image.
Definition at line 105 of file animation.h.
struct _ANIMATIONFRAME* next |
The next frame
Definition at line 110 of file animation.h.
int off_x |
The x-coordinate of top-left corner of the frame in whole animation screen.
Definition at line 94 of file animation.h.
int off_y |
The y-coordinate of top-left corner of the frame in whole animation screen.
Definition at line 96 of file animation.h.
struct _ANIMATIONFRAME* prev |
The previous frame
Definition at line 112 of file animation.h.
unsigned int width |
The width of the frame.
Definition at line 98 of file animation.h.