Category Animation, Object ProAnimFrame

Function ProAnimframeDelete


Description
Deletes the specified animation frame.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimframeDelete(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the animation frame.

Manual References:

  1. User Interface: Animation: Animation Frames
  2. User Interface: Animation: Animation Frames

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestCollect.c )