
This function adds a new frame to an animated image that was opened by fxAnimStart.
| Parameter | Description |
|---|---|
|
info |
Pointer to the DT_AUX_INFO structure containing the applicable initialization parameters. |
|
bitmap_ptr |
See fxImageWrite. |
|
alpha_ptr |
See fxImageWrite. |
|
bitmap_padding |
See fxImageWrite. |
|
alpha_padding |
See fxImageWrite. |
|
cx |
The x-coordinate of the animation frame, in pixels. |
|
cy |
The y-coordinate of the animation frame, in pixels. |
|
cw |
The width of the animation frame, in pixels. |
|
ch |
The height of the animation frame, in pixels. |
|
quality |
Bitmap quality. Currently this value is respected only if image format is DV_AUX_FILEFORMAT_GIF. In this case values over 75 will activate dithering. |
|
flags |
A bitmask value.
|
|
delay |
A non-negative integer that defines the animation delay for this animation frame, in 1/100 seconds. |
If the function was successful, the return value is 1. Otherwise, the function returns 0.
