C# Class DepthCamera.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
ファイルを表示 Open project: kaorun55/KinectSdkIntroduction

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
kinect_ColorFrameReady ( object sender, ColorImageFrameReadyEventArgs e ) : void
kinect_DepthFrameReady ( object sender, DepthImageFrameReadyEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System