Category Animation, Object ProAnimFrame

Function ProAnimframeObjAdd


Description
Adds the specified animation object to the animation frame.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimframeObjAdd(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame
*/
ProAnimObj anim_obj
/* (In)
The handle to the animation object to be added
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the object.

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 )
  3. pt_userguide ( UgAnimAsmcompAnim.c )