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
Afficher le fichier Open project: Claytonious/spinnaker

Méthodes publiques

Méthode Description
HandleGUITimerTick ( ) : void
RealtimeViewModel ( ) : System

Method Details

HandleGUITimerTick() public méthode

public HandleGUITimerTick ( ) : void
Résultat void

RealtimeViewModel() public méthode

public RealtimeViewModel ( ) : System
Résultat System