AnimInvertPlay method
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.
(Available only with Professional edition)
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.
|