C# 클래스 StrengthBuilder.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: igweckay/Strength_Builder

공개 메소드들

메소드 설명
MainWindow ( ) : System.IO

Initializes a new instance of the MainWindow class.

비공개 메소드들

메소드 설명
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

메소드 상세

MainWindow() 공개 메소드

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