C# Class Kinect.Demo.Skeletal.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen 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
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

Method Details

MainWindow() public method

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