Category
Animation
, Object
ProAnimation
Function ProSingleAnimationClear
Description
Clears the data generated for single mode animation.
Synopsis
#include <
ProAnimate.h
>
ProError
ProSingleAnimationClear
(
ProSingleAnim
single_anim_obj
/* (In)
The handle for single mode animation
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully cleared the data.
Manual References:
User Interface: Animation: Single Animation
Sample Code References:
pt_examples ( TestAnimation.c )