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>
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
The function successfully added the object.
Sample Code References
User Guide References
¿Fue esto útil?