Documentación de la API
>
Animation
>
Object ProAnimFrame
> Function ProAnimframeObjAdd
Function ProAnimframeObjAdd
Description
Adds the specified animation object to the animation frame.
Synopsis
#include <
ProAnimate.h
>
ProError
ProAnimframeObjAdd
(
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_ERROR
The function successfully added the object.
Sample Code References
pt_examples ( TestAnimation.c )
pt_examples ( TestCollect.c )
pt_userguide ( UgAnimAsmcompAnim.c )
User Guide References
Animation Frames:ProAnimframeObjAdd
Example 1: Creating a Batch Animation:ProAnimframeObjAdd
Parent topic
Object ProAnimFrame
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado