C# Class Kinect.Demo.Camera.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_DepthFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
KinectRuntime_VideoFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
SetTiltButton_Click ( object sender, RoutedEventArgs e ) : void
SetupKinect ( ) : void

Method Details

MainWindow() public method

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