Category Animation, Object ProAnimFrame

Function ProAnimframeObjRemove


Description
Removes the specified animation object from the animation frame.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimframeObjRemove(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame
*/
ProAnimObj anim_obj
/* (In)
The handle to the animation object to be removed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the object.
PRO_TK_E_NOT_FOUNDamin_obj is not in the 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 )