Copyright © 2003-2024 MultiMedia Soft

AnimResume method

Previous pageReturn to chapter overviewNext page

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

 

Value

Meaning

 

 

False

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

True

The animation was resumed successfully.