C# Class Kinect.Demo.Skeletal.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: NashDotNet/Intro-to-Developing-for-the-Kinect

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System
Résultat System