Category Animation, Object ProAnimMovie

Function ProAnimmovieFrameAdd


Description
Adds the specified animation frame to a movie.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieFrameAdd(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be added
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the frame.

Manual References:

  1. User Interface: Animation: Batch Animation
  2. User Interface: Animation: Batch Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestCollect.c )
  3. pt_userguide ( UgAnimAsmcompAnim.c )