C# Class StrengthBuilder.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: igweckay/Strength_Builder

Public Methods

Method Description
MainWindow ( ) : System.IO

Initializes a new instance of the MainWindow class.

Private Methods

Method Description
CheckBoxSeatedModeChanged ( object sender, RoutedEventArgs e ) : void

Handles the checking or unchecking of the seated mode combo box

DrawBone ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext, JointType jointType0, JointType jointType1 ) : void

Draws a bone line between two joints

DrawBonesAndJoints ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void

Draws a skeleton's bones and joints

RenderClippedEdges ( Microsoft.Kinect.Skeleton skeleton, System.Windows.Media.DrawingContext drawingContext ) : void

Draws indicators to show which edges are clipping skeleton data

SensorSkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Event handler for Kinect sensor's SkeletonFrameReady event

SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point

Maps a SkeletonPoint to lie within our render space and converts to Point

WindowClosing ( object sender, System e ) : void

Execute shutdown tasks

WindowLoaded ( object sender, RoutedEventArgs e ) : void

Execute startup tasks

Method Details

MainWindow() public method

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