Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
AnimPause method 
 
Remarks 
Pauses a playing animation. 
This method can be used only with the Ctl3dPictureBox control and if an animation is currently loaded. 
(Available only with Professional edition) 
 
Syntax 
 
[Visual Basic] 
Public Function AnimPause () as Bool 
 
[C#] 
public bool AnimPause (); 
 
[C++] 
public: bool AnimPause (); 
 
Return value 
 
Value
Meaning
 
 
False
An error occurred, probably because no animation was actually loaded.
True
The animation was paused successfully.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index