C# 클래스 CCT.NUI.Core.DepthFramePointerDataSource

상속: IDepthPointerDataSource
파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
DepthFramePointerDataSource ( DepthDataFrame frame ) : System
Dispose ( ) : void
Push ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
GetPointer ( DepthDataFrame frame ) : IntPtr

메소드 상세

DepthFramePointerDataSource() 공개 메소드

public DepthFramePointerDataSource ( DepthDataFrame frame ) : System
frame DepthDataFrame
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Push() 공개 메소드

public Push ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void