Méthode | Description | |
---|---|---|
MainWindow ( ) : System.IO |
Initializes a new instance of the MainWindow class.
|
Méthode | Description | |
---|---|---|
CheckBoxSeatedModeChanged ( object sender, |
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 ) : |
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, |
Execute startup tasks
|