Copyright © 2003-2023 MultiMedia Soft

AnimPause method

Previous pageReturn to chapter overviewNext page

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

 

Value

Meaning

 

 

False

An error occurred, probably because no animation was actually loaded.

True

The animation was paused successfully.