API 설명서 > Animation > Object ProAnimMovie > Function ProAnimmovieFrameAdd
Function ProAnimmovieFrameAdd
Description
Adds the specified animation frame to a movie.
Synopsis
#include <ProAnimate.h>
ProAnimmovieFrameAdd
(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be added
*/
)
Returns
The function successfully added the frame.
Sample Code References
User Guide References
도움이 되셨나요?