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

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

공개 메소드들

메소드 설명
Contour ( ) : System
Contour ( IList points ) : System
GetPointAt ( int index ) : System.Point

메소드 상세

Contour() 공개 메소드

public Contour ( ) : System
리턴 System

Contour() 공개 메소드

public Contour ( IList points ) : System
points IList
리턴 System

GetPointAt() 공개 메소드

public GetPointAt ( int index ) : System.Point
index int
리턴 System.Point