|
removes a bitmap from the given list
bitmap_list: is one of the five constants: BITMAP_LIST_FRONT, BITMAP_LIST_FRONT_SIDED, BITMAP_LIST_SIDE, BITMAP_LIST_BACK_SIDED, BITMAP_LIST_BACK
bitmap_position_index: 0 means remove the first frame
1 means remove the second frame etc ...
-1 has a special meaning it will remove the frame at the end of the list
If the given index is too big than the last frame will be removed.
|