API 文件集 > Animation > Object ProAnimFrame > Function ProAnimframeObjRemove
Function ProAnimframeObjRemove
Description
Removes the specified animation object from the animation frame.
Synopsis
#include <ProAnimate.h>
ProAnimframeObjRemove
(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame
*/
ProAnimObj anim_obj
/* (In)
The handle to the animation object to be removed
*/
)
Returns
The function successfully removed the object.
amin_obj is not in the frame.
Sample Code References
User Guide References
這是否有幫助?