API Documentation > Animation > Object ProAnimFrame > Function ProAnimframeDelete
Function ProAnimframeDelete
Description
Deletes the specified animation frame.
Synopsis
#include <ProAnimate.h>
ProAnimframeDelete
(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame to be deleted
*/
)
Returns
The function successfully deleted the animation frame.
Sample Code References
User Guide References
Was this helpful?