C# Класс MCAEmotiv.GUI.Animation.Animator

Animates a view provider in a seperate form
Наследование: System.SafeDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
DisposeOfManagedResources ( ) : void

Disposes of all resources associated with the animator

Приватные методы

Метод Описание
AnimationLoop ( object viewProvider ) : void

Описание методов

Animator() публичный Метод

Construct an animator
public Animator ( ) : System
Результат System

DisposeOfManagedResources() защищенный Метод

Disposes of all resources associated with the animator
protected DisposeOfManagedResources ( ) : void
Результат void

Start() публичный Метод

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
Результат void

Stop() публичный Метод

Stops the animation
public Stop ( ) : void
Результат void