C# Class Kinect.Demo.SkeletonControl.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: NashDotNet/Intro-to-Developing-for-the-Kinect

Public Methods

Method Description
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

Private Methods

Method Description
KinectRuntime_SkeletonFrameReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
SetupKinect ( ) : void

Method Details

MainWindow() public method

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System
return System