C# 클래스 MCAEmotiv.GUI.Animation.Animator

Animates a view provider in a seperate form
상속: System.SafeDisposable
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
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