Copyright © 1998-2015 MultiMedia Soft

AnimSetFramesRate method

Previous pageReturn to chapter overviewNext page

Remarks

Sets the frame rate of the animation.

 

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