C# Class HA4IoT.Actuators.Animations.Animation

Mostra file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Animation ( ITimerService timerService ) : System
Start ( ) : void
Stop ( ) : void
WithFrame ( Frame frame ) : Animation

Private Methods

Method Description
ApplyFrame ( ) : void
ApplyFrame ( object sender, TimerTickEventArgs timerTickEventArgs ) : void

Method Details

Animation() public method

public Animation ( ITimerService timerService ) : System
timerService ITimerService
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WithFrame() public method

public WithFrame ( Frame frame ) : Animation
frame Frame
return Animation