C# 클래스 CCT.NUI.Touch.KinectTouchDevice

상속: System.Windows.Input.TouchDevice, IDisposable
파일 보기 프로젝트 열기: an83/KinectTouch2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
KinectTouchDevice ( int id, System.Windows.PresentationSource source ) : System
NoTouch ( ) : void
Touch ( Point position ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIntermediateTouchPoints() 공개 메소드

public GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
relativeTo IInputElement
리턴 TouchPointCollection

GetTouchPoint() 공개 메소드

public GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
relativeTo IInputElement
리턴 TouchPoint

KinectTouchDevice() 공개 메소드

public KinectTouchDevice ( int id, System.Windows.PresentationSource source ) : System
id int
source System.Windows.PresentationSource
리턴 System

NoTouch() 공개 메소드

public NoTouch ( ) : void
리턴 void

Touch() 공개 메소드

public Touch ( Point position ) : void
position Point
리턴 void