API ドキュメンテーション > Animation > Object ProAnimMovie > Function ProAnimmovieFrameRemove
Function ProAnimmovieFrameRemove
Description
Removes the specified animation frame from a movie.
Synopsis
#include <ProAnimate.h>
ProAnimmovieFrameRemove
(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be removed
*/
)
Returns
The function successfully removed the frame.
The function did not remove the frame because the specified frame was not set in the animation movie.
Sample Code References
User Guide References
これは役に立ちましたか?