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

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

공개 메소드들

메소드 설명
DepthDataFrame ( IntSize size, ushort data ) : System
DepthDataFrame ( int width, int height ) : System
DepthDataFrame ( int width, int height, ushort data ) : System
this ( int x, int y ) : ushort

메소드 상세

DepthDataFrame() 공개 메소드

public DepthDataFrame ( IntSize size, ushort data ) : System
size IntSize
data ushort
리턴 System

DepthDataFrame() 공개 메소드

public DepthDataFrame ( int width, int height ) : System
width int
height int
리턴 System

DepthDataFrame() 공개 메소드

public DepthDataFrame ( int width, int height, ushort data ) : System
width int
height int
data ushort
리턴 System

this() 공개 메소드

public this ( int x, int y ) : ushort
x int
y int
리턴 ushort