C# Class InfoStrat.MotionFx.Controls.DepthView

Interaction logic for DepthView.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Exibir arquivo Open project: InfoStrat/MotionFx

Public Properties

Property Type Description
MotionTrackingClientProperty System.Windows.DependencyProperty

Public Methods

Method 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

Protected Methods

Method Description
RaisePropertyChanged ( String info ) : void

Private Methods

Method Description
OnMotionTrackingClientPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetImageSource ( ) : void

Method Details

DepthView() public method

public DepthView ( ) : System
return System

HandPointGenerator_PoseRecognized() public method

public HandPointGenerator_PoseRecognized ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
return void

HandPointGenerator_SkeletonReady() public method

public HandPointGenerator_SkeletonReady ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
return void

HandPointGenerator_UserFound() public method

public HandPointGenerator_UserFound ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
return void

HandPointGenerator_UserLost() public method

public HandPointGenerator_UserLost ( object sender, UserEventArgs e ) : void
sender object
e InfoStrat.MotionFx.UserEventArgs
return void

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( String info ) : void
info String
return void

Property Details

MotionTrackingClientProperty public_oe static_oe property

Identifies the MotionTrackingClient dependency property.
public static DependencyProperty,System.Windows MotionTrackingClientProperty
return System.Windows.DependencyProperty