AnimSetFramesRate method |
|
Remarks Sets the new frames rate of the animation. This method can be used only with the Ctl3dPictureBox control and if an animation is currently loaded.
Syntax
[Visual Basic] Public Function AnimSetFramesRate(Short nRate) as Bool
[C#] public bool AnimSetFramesRate(short nRate);
[C++] public: bool AnimSetFramesRate(short nRate);
Return value
|