AnimResume method |
|
Remarks Resumes the playing of a paused animation. This method can be used only with the Ctl3dPictureBox control and if an animation is currently loaded.
Syntax
[Visual Basic] Public Function AnimResume () as Bool
[C#] public bool AnimResume ();
[C++] public: bool AnimResume ();
Return value
|