C# Class HtwKinect.FrameWindow

Interaktionslogik für FrameWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: rechc/KinectMiniApps

Méthodes publiques

Méthode Description
FrameWindow ( ) : System

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Méthode Description
AddToBuffer ( ScreenMode lastdetected ) : void
ChangeScreen ( ) : void
MostBufferedScreen ( ) : ScreenMode
PeopleDetectorSkeletonEvent ( object sender, EventArgs e ) : void

Event Skeleton für PeopleDetector.

RemoveOldScreen ( ) : void
StartMainScreen ( ) : void
StartSplashScreen ( ) : void
StartWalkScreen ( ) : void
StopLastScreenAndGetLastTravel ( ) : TravelOffer
WindowClosing ( object sender, System e ) : void

Wird beim Schliessen des Fensters aufgerufen.

WindowLoaded ( object sender, RoutedEventArgs e ) : void

Wird nach dem Laden des Fensters aufgerufen.

Method Details

FrameWindow() public méthode

public FrameWindow ( ) : System
Résultat System

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void