C# Class HA4IoT.Actuators.Animations.Animation

Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
Animation ( ITimerService timerService ) : System
Start ( ) : void
Stop ( ) : void
WithFrame ( Frame frame ) : Animation

Private Methods

Méthode Description
ApplyFrame ( ) : void
ApplyFrame ( object sender, TimerTickEventArgs timerTickEventArgs ) : void

Method Details

Animation() public méthode

public Animation ( ITimerService timerService ) : System
timerService ITimerService
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WithFrame() public méthode

public WithFrame ( Frame frame ) : Animation
frame Frame
Résultat Animation