Copyright © 2003-2024 MultiMedia Soft

AnimInvertPlay method

Previous pageReturn to chapter overviewNext page

Remarks

Inverts the order used to display the frames contained inside the animation.

This method can be used only with the Ctl3dPictureBox control and if an animation is currently loaded.

 

Syntax

 

[Visual Basic]

Public Function AnimInvertPlay () as Bool

 

[C#]

public bool AnimInvertPlay ();

 

[C++]

public: bool AnimInvertPlay ();

 

 

Return value

 

Value

Meaning

 

 

False

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

True

The operation was successful.