AnimShowFrame method |
|
Remarks Shows a specific frame of the currently loaded animation. This method can be used only with the Ctl3dPictureBox control and if an animation is currently loaded.
Syntax
[Visual Basic] Public Function AnimShowFrame (iFrame as Short) as Bool
[C#] public bool AnimShowFrame (short iFrame);
[C++] public: bool AnimShowFrame (short iFrame);
Return value
|