Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
AnimSetFramesRate method 
 
Remarks 
Sets the frame rate of the animation. 
(Available only with Professional edition) 
 
Syntax 
Visual Basic 
control.AnimSetFramesRate (nRate as Integer) as boolean 
 
Visual C++ 
BOOL control.AnimSetFramesRate (short nRate)
 
Parameter
Description
 
 
nRate
The frame rate expressed in milliseconds.
 
Return value 
 
Value
Meaning
 
 
FALSE
The frames rate change wasn't successful.
TRUE
The frames rate change was successful
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index