C# 클래스 UserTracker.net.MainWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: kindohm/kinect-nite-dev

공개 메소드들

메소드 설명
MainWindow ( ) : System

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
CalcHist ( DepthMetaData depthMD ) : void
DrawLine ( Graphics g, Color color, SkeletonJointPosition>.Dictionary dict, SkeletonJoint j1, SkeletonJoint j2 ) : void
DrawSkeleton ( Graphics g, Color color, uint user ) : void
GetJoint ( uint user, SkeletonJoint joint ) : void
GetJoints ( uint user ) : void
ReaderThread ( ) : void
poseDetectionCapability_PoseDetected ( OpenNI.ProductionNode node, string pose, uint id ) : void
skeletonCapbility_CalibrationEnd ( OpenNI.ProductionNode node, uint id, bool success ) : void
userGenerator_LostUser ( OpenNI.ProductionNode node, uint id ) : void
userGenerator_NewUser ( OpenNI.ProductionNode node, uint id ) : void

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnKeyPress() 보호된 메소드

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void