C# Class MCAEmotiv.GUI.Animation.Animator

Animates a view provider in a seperate form
Inheritance: System.SafeDisposable
Afficher le fichier Open project: madelson/Emotiv-Experimenter Class Usage Examples

Méthodes publiques

Méthode Description
Animator ( ) : System

Construct an animator

Start ( IViewProvider provider, System.Action onStop ) : void

Start an animation with the specified provider. The on stop action is executed when the animation completes or when the user closes the animation form

Stop ( ) : void

Stops the animation

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void

Disposes of all resources associated with the animator

Private Methods

Méthode Description
AnimationLoop ( object viewProvider ) : void

Method Details

Animator() public méthode

Construct an animator
public Animator ( ) : System
Résultat System

DisposeOfManagedResources() protected méthode

Disposes of all resources associated with the animator
protected DisposeOfManagedResources ( ) : void
Résultat void

Start() public méthode

Start an animation with the specified provider. The on stop action is executed when the animation completes or when the user closes the animation form
public Start ( IViewProvider provider, System.Action onStop ) : void
provider IViewProvider
onStop System.Action
Résultat void

Stop() public méthode

Stops the animation
public Stop ( ) : void
Résultat void