C# Class SkeletalCore.Draw

Afficher le fichier Open project: yoshikinoko/KinectRecorder

Méthodes publiques

Свойство Type Description
jointColors Brush>.Dictionary

Méthodes publiques

Méthode Description
Draw ( ) : System
drawFPS ( System frameRate ) : void
nui_ColorFrameReady ( Byte Bits, int imageWidth, int imageHeight, int imageBytesPerPixel, Image video ) : void
nui_DepthFrameReady ( Byte Bits, int imageWidth, int imageHeight, Image depth ) : void
nui_SkeletonFrameReady ( SkeletonFrame skeletonFrame, System.Windows.Controls.Canvas skeleton, Runtime nui ) : void
nui_SkeletonFrameReadyV ( VirtualKinect skeletonFrame, System.Windows.Controls.Canvas skeleton, Microsoft nui ) : void

Private Methods

Méthode Description
getBodySegment ( Microsoft nui, System.Windows.Controls.Canvas skeleton, Microsoft joints, System.Windows.Media.Brush brush ) : System.Windows.Shapes.Polyline
getBodySegmentV ( Microsoft nui, System.Windows.Controls.Canvas skeleton, VirtualKinect joints, System.Windows.Media.Brush brush ) : System.Windows.Shapes.Polyline

Method Details

Draw() public méthode

public Draw ( ) : System
Résultat System

drawFPS() public méthode

public drawFPS ( System frameRate ) : void
frameRate System
Résultat void

nui_ColorFrameReady() public méthode

public nui_ColorFrameReady ( Byte Bits, int imageWidth, int imageHeight, int imageBytesPerPixel, Image video ) : void
Bits Byte
imageWidth int
imageHeight int
imageBytesPerPixel int
video Image
Résultat void

nui_DepthFrameReady() public méthode

public nui_DepthFrameReady ( Byte Bits, int imageWidth, int imageHeight, Image depth ) : void
Bits Byte
imageWidth int
imageHeight int
depth Image
Résultat void

nui_SkeletonFrameReady() public méthode

public nui_SkeletonFrameReady ( SkeletonFrame skeletonFrame, System.Windows.Controls.Canvas skeleton, Runtime nui ) : void
skeletonFrame SkeletonFrame
skeleton System.Windows.Controls.Canvas
nui Runtime
Résultat void

nui_SkeletonFrameReadyV() public méthode

public nui_SkeletonFrameReadyV ( VirtualKinect skeletonFrame, System.Windows.Controls.Canvas skeleton, Microsoft nui ) : void
skeletonFrame VirtualKinect
skeleton System.Windows.Controls.Canvas
nui Microsoft
Résultat void

Property Details

jointColors public_oe property

public Dictionary jointColors
Résultat Brush>.Dictionary