C# Class Spinnaker.Sample.WinForms.ViewModels.RealtimeViewModel

This view model demonstrates changing values in the GUI continuously. For performance reasons, it uses a GUI timer (Timer on Windows and NSTimer on Mac) rather than a background thread, but threads are also safe to use in Spinnaker.
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Claytonious/spinnaker

Public Methods

Method Description
HandleGUITimerTick ( ) : void
RealtimeViewModel ( ) : System

Method Details

HandleGUITimerTick() public method

public HandleGUITimerTick ( ) : void
return void

RealtimeViewModel() public method

public RealtimeViewModel ( ) : System
return System