C# 클래스 Kinect.Demo.Skeletal.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: NashDotNet/Intro-to-Developing-for-the-Kinect

공개 메소드들

메소드 설명
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

비공개 메소드들

메소드 설명
DrawSkeleton ( SkeletonData skeleton ) : void
KinectRuntime_SkeletonFrameReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
SetUIElementPosition ( FrameworkElement element, Joint joint ) : void
SetUIElementPosition ( FrameworkElement element, Joint joint, int yOffset ) : void
SetupKinect ( ) : void

메소드 상세

MainWindow() 공개 메소드

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