C# Class CCT.NUI.Touch.KinectTouchDevice

Inheritance: System.Windows.Input.TouchDevice, IDisposable
Show file Open project: an83/KinectTouch2

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
KinectTouchDevice ( int id, System.Windows.PresentationSource source ) : System
NoTouch ( ) : void
Touch ( Point position ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetIntermediateTouchPoints() public method

public GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
relativeTo IInputElement
return TouchPointCollection

GetTouchPoint() public method

public GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
relativeTo IInputElement
return TouchPoint

KinectTouchDevice() public method

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

NoTouch() public method

public NoTouch ( ) : void
return void

Touch() public method

public Touch ( Point position ) : void
position Point
return void