C# Class CCT.NUI.Touch.KinectMultiTouchDevice

Inheritance: IDisposable
Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
KinectMultiTouchDevice ( IHandDataSource handDataSource, FrameworkElement area ) : System
KinectMultiTouchDevice ( IHandDataSource handDataSource, System.Windows.PresentationSource presentationSource, Size targetSize ) : System

Private Methods

Method Description
GetDevice ( int index ) : KinectTouchDevice
MapToPresentationArea ( FingerPoint fingerPoint, Size originalSize ) : Point
ReportNoTouch ( IEnumerable devices ) : void
ReportTouches ( HandCollection data ) : IList
area_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
handDataSource_NewDataAvailable ( HandCollection data ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KinectMultiTouchDevice() public method

public KinectMultiTouchDevice ( IHandDataSource handDataSource, FrameworkElement area ) : System
handDataSource IHandDataSource
area System.Windows.FrameworkElement
return System

KinectMultiTouchDevice() public method

public KinectMultiTouchDevice ( IHandDataSource handDataSource, System.Windows.PresentationSource presentationSource, Size targetSize ) : System
handDataSource IHandDataSource
presentationSource System.Windows.PresentationSource
targetSize System.Windows.Size
return System