Category Animation, Object ProAnimation

Function ProSingleAnimationPlay


Description
Performs a single mode animation.
Synopsis
#include <ProAnimate.h>
ProErrorProSingleAnimationPlay(
ProSingleAnim single_anim_obj
/* (In)
The handle for single mode animation
*/
ProAnimFrame anim_frame
/* (In)
The animation frame to be played
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully drew the frame.
PRO_TK_GENERAL_ERRORThe function could not draw the frame.

Manual References:

  1. User Interface: Animation: Single Animation
  2. User Interface: Animation: Single Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )