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