C# 클래스 Microsoft.Samples.Kinect.ColorBasics.MainWindow

MainWindow
상속: System.Windows.Window, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: rechc/KinectMiniApps 1 사용 예제들

공개 메소드들

메소드 설명
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

비공개 메소드들

메소드 설명
ButtonScreenshotClick ( object sender, RoutedEventArgs e ) : void

Handles the user clicking on the screenshot button

SensorColorFrameReady ( object sender, ColorImageFrameReadyEventArgs e ) : void

Event handler for Kinect sensor's ColorFrameReady event

ShouldMakeTransparent ( byte tRed, byte tGreen, byte tBlue, byte red, byte green, byte blue, int tolerance ) : bool
WindowClosing ( object sender, System e ) : void

Execute shutdown tasks

WindowLoaded ( object sender, RoutedEventArgs e ) : void

Execute startup tasks

메소드 상세

MainWindow() 공개 메소드

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