C# 클래스 SkeletalCore.Draw

파일 보기 프로젝트 열기: yoshikinoko/KinectRecorder

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( ) : System
리턴 System

drawFPS() 공개 메소드

public drawFPS ( System frameRate ) : void
frameRate System
리턴 void

nui_ColorFrameReady() 공개 메소드

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

nui_DepthFrameReady() 공개 메소드

public nui_DepthFrameReady ( Byte Bits, int imageWidth, int imageHeight, Image depth ) : void
Bits Byte
imageWidth int
imageHeight int
depth Image
리턴 void

nui_SkeletonFrameReady() 공개 메소드

public nui_SkeletonFrameReady ( SkeletonFrame skeletonFrame, System.Windows.Controls.Canvas skeleton, Runtime nui ) : void
skeletonFrame SkeletonFrame
skeleton System.Windows.Controls.Canvas
nui Runtime
리턴 void

nui_SkeletonFrameReadyV() 공개 메소드

public nui_SkeletonFrameReadyV ( VirtualKinect skeletonFrame, System.Windows.Controls.Canvas skeleton, Microsoft nui ) : void
skeletonFrame VirtualKinect
skeleton System.Windows.Controls.Canvas
nui Microsoft
리턴 void

프로퍼티 상세

jointColors 공개적으로 프로퍼티

public Dictionary jointColors
리턴 Brush>.Dictionary