Category
Animation
, Object
ProAnimFrame
Function ProAnimframeDelete
Description
Deletes the specified animation frame.
Synopsis
#include <
ProAnimate.h
>
ProError
ProAnimframeDelete
(
ProAnimFrame
anim_frame
/* (In)
The handle to the animation frame to be deleted
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the animation frame.
Manual References:
User Interface: Animation: Animation Frames
User Interface: Animation: Animation Frames
Sample Code References:
pt_examples ( TestAnimation.c )
pt_examples ( TestCollect.c )