C# Class CCT.NUI.WPFSamples.ManipulationWindow

ManipulationWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Mostrar archivo Open project: an83/KinectTouch2

Public Methods

Method Description
ManipulationWindow ( IHandDataSource handDataSource ) : System

Protected Methods

Method Description
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationInertiaStarting ( System.Windows.Input.ManipulationInertiaStartingEventArgs e ) : void
OnManipulationStarting ( System.Windows.Input.ManipulationStartingEventArgs e ) : void
OnTouchDown ( System.Windows.Input.TouchEventArgs e ) : void
OnTouchMove ( System.Windows.Input.TouchEventArgs e ) : void
OnTouchUp ( System.Windows.Input.TouchEventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
GetTouchVisual ( int deviceId ) : TouchControl
HandleTouch ( System.Windows.Input.TouchEventArgs e ) : void
InitializeComponent ( ) : void
LoadImages ( ) : void
System ( int connectionId, object target ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

ManipulationWindow() public method

public ManipulationWindow ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
return System

OnManipulationDelta() protected method

protected OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
e System.Windows.Input.ManipulationDeltaEventArgs
return void

OnManipulationInertiaStarting() protected method

protected OnManipulationInertiaStarting ( System.Windows.Input.ManipulationInertiaStartingEventArgs e ) : void
e System.Windows.Input.ManipulationInertiaStartingEventArgs
return void

OnManipulationStarting() protected method

protected OnManipulationStarting ( System.Windows.Input.ManipulationStartingEventArgs e ) : void
e System.Windows.Input.ManipulationStartingEventArgs
return void

OnTouchDown() protected method

protected OnTouchDown ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

OnTouchMove() protected method

protected OnTouchMove ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

OnTouchUp() protected method

protected OnTouchUp ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void