Свойство | Тип | Описание | |
---|---|---|---|
jointColors | Brush>.Dictionary |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
public drawFPS ( System frameRate ) : void | ||
frameRate | System | |
Результат | void |
public nui_ColorFrameReady ( Byte Bits, int imageWidth, int imageHeight, int imageBytesPerPixel, Image video ) : void | ||
Bits | Byte | |
imageWidth | int | |
imageHeight | int | |
imageBytesPerPixel | int | |
video | Image | |
Результат | void |
public nui_DepthFrameReady ( Byte Bits, int imageWidth, int imageHeight, Image depth ) : void | ||
Bits | Byte | |
imageWidth | int | |
imageHeight | int | |
depth | Image | |
Результат | void |
public nui_SkeletonFrameReady ( SkeletonFrame skeletonFrame, System.Windows.Controls.Canvas skeleton, Runtime nui ) : void | ||
skeletonFrame | SkeletonFrame | |
skeleton | System.Windows.Controls.Canvas | |
nui | Runtime | |
Результат | void |
public nui_SkeletonFrameReadyV ( VirtualKinect skeletonFrame, System.Windows.Controls.Canvas skeleton, Microsoft nui ) : void | ||
skeletonFrame | VirtualKinect | |
skeleton | System.Windows.Controls.Canvas | |
nui | Microsoft | |
Результат | void |