C# Class CCT.NUI.WPFSamples.ManipulationWindow

ManipulationWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: an83/KinectTouch2

Méthodes publiques

Méthode Description
ManipulationWindow ( IHandDataSource handDataSource ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public ManipulationWindow ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
Résultat System

OnManipulationDelta() protected méthode

protected OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
e System.Windows.Input.ManipulationDeltaEventArgs
Résultat void

OnManipulationInertiaStarting() protected méthode

protected OnManipulationInertiaStarting ( System.Windows.Input.ManipulationInertiaStartingEventArgs e ) : void
e System.Windows.Input.ManipulationInertiaStartingEventArgs
Résultat void

OnManipulationStarting() protected méthode

protected OnManipulationStarting ( System.Windows.Input.ManipulationStartingEventArgs e ) : void
e System.Windows.Input.ManipulationStartingEventArgs
Résultat void

OnTouchDown() protected méthode

protected OnTouchDown ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
Résultat void

OnTouchMove() protected méthode

protected OnTouchMove ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
Résultat void

OnTouchUp() protected méthode

protected OnTouchUp ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
Résultat void