C# Class InfoStrat.MotionFx.Controls.DepthView

Interaction logic for DepthView.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Afficher le fichier Open project: InfoStrat/MotionFx

Méthodes publiques

Свойство Type Description
MotionTrackingClientProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
DepthView ( ) : System
HandPointGenerator_PoseRecognized ( object sender, UserEventArgs e ) : void
HandPointGenerator_SkeletonReady ( object sender, UserEventArgs e ) : void
HandPointGenerator_UserFound ( object sender, UserEventArgs e ) : void
HandPointGenerator_UserLost ( object sender, UserEventArgs e ) : void

Méthodes protégées

Méthode Description
RaisePropertyChanged ( String info ) : void

Private Methods

Méthode Description
OnMotionTrackingClientPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetImageSource ( ) : void

Method Details

DepthView() public méthode

public DepthView ( ) : System
Résultat System

HandPointGenerator_PoseRecognized() public méthode

public HandPointGenerator_PoseRecognized ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
Résultat void

HandPointGenerator_SkeletonReady() public méthode

public HandPointGenerator_SkeletonReady ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
Résultat void

HandPointGenerator_UserFound() public méthode

public HandPointGenerator_UserFound ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
Résultat void

HandPointGenerator_UserLost() public méthode

public HandPointGenerator_UserLost ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
Résultat void

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( String info ) : void
info String
Résultat void

Property Details

MotionTrackingClientProperty public_oe static_oe property

Identifies the MotionTrackingClient dependency property.
public static DependencyProperty,System.Windows MotionTrackingClientProperty
Résultat System.Windows.DependencyProperty