C# 클래스 CCT.NUI.Core.Shape.DepthMap

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

공개 메소드들

메소드 설명
DepthMap ( int map ) : System
DepthMap ( int width, int height ) : System
IsSet ( int x, int y ) : bool
this ( int x, int y ) : int

비공개 메소드들

메소드 설명
IsOutOfBounds ( int x, int y ) : bool

메소드 상세

DepthMap() 공개 메소드

public DepthMap ( int map ) : System
map int
리턴 System

DepthMap() 공개 메소드

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

IsSet() 공개 메소드

public IsSet ( int x, int y ) : bool
x int
y int
리턴 bool

this() 공개 메소드

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