Category Animation, Object ProAnimMovie

Function ProAnimmovieFrameRemove


Description
Removes the specified animation frame from a movie.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieFrameRemove(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be removed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the frame.
PRO_TK_E_NOT_FOUNDThe function did not remove the frame because the specified frame was not set in the animation movie.

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 )