C# Class HtwKinect.FrameWindow

Interaktionslogik für FrameWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: rechc/KinectMiniApps

Public Methods

Method Description
FrameWindow ( ) : System

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method 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 method

public FrameWindow ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void