C# Class InteractivePrototype.MainWindow

Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Show file Open project: paigedr/swipenserve

Public Methods

Method Description
MainWindow ( ) : System
SwipeCheck ( int X ) : void

Private Methods

Method Description
CameraPosition ( FrameworkElement element, ColorImagePoint point ) : void
GetCameraPoint ( Skeleton first, AllFramesReadyEventArgs e ) : void
GetFirstSkeleton ( AllFramesReadyEventArgs e ) : Skeleton
InitializeComponent ( ) : void
Menu_Loaded ( object sender, RoutedEventArgs e ) : void
StopKinect ( KinectSensor sensor ) : void
System ( int connectionId, object target ) : void
Window_Closing ( object sender, System e ) : void
kinectSensorChooser1_KinectSensorChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sensor_AllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void
swipeComplete_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

SwipeCheck() public method

public SwipeCheck ( int X ) : void
X int
return void