C# Class kinect_toolkit.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Show file Open project: kaorun55/kinect_sdk_sandbox

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Window_Loaded ( object sender, RoutedEventArgs e ) : void
kinectRuntime_ColorFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
kinectRuntime_SkeletonFrameReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
rightHandGestureRecognizer_OnGestureDetected ( SupportedGesture gesture ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System