C# Класс UserTracker.net.MainWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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