| BOOL CBCGPAnimationManager::StartAnimation | ( | double | dblStartValue, | 
| double | dblFinalValue, | ||
| double | dblDurationInSeconds, | ||
| BCGPAnimationType | type, | ||
| CBCGPAnimationManagerOptions * | pOptions = NULL,  | 
        ||
| double | dblDelayInSeconds = 0.0  | 
        ||
| ) | 
Starts an animation.
Call this method to start the animation.
| dblStartValue | The start value. | 
| dblFinalValue | The final value. | 
| dblDurationInSeconds | The duration in seconds. | 
| type | Animation type. | 
| pOptions | [in,out] (Optional) If non-null, options for controlling the operation. | 
| dblDelayInSeconds | The delay in seconds. The animation will start after this delay. |