C# Class Com.Enterprisecoding.RobosapienKinect.Viewers.ImageViewer

Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Exibir arquivo Open project: fatihboy/Robosapien

Public Properties

Property Type Description
KinectProperty System.Windows.DependencyProperty
StretchProperty System.Windows.DependencyProperty

Protected Methods

Method Description
NotifyPropertyChanged ( string info ) : void
OnKinectChanged ( Microsoft.Kinect.KinectSensor oldKinectSensor, Microsoft.Kinect.KinectSensor newKinectSensor ) : void
ResetFrameRateCounters ( ) : void
UpdateFrameRate ( ) : void

Private Methods

Method Description
KinectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string info ) : void
info string
return void

OnKinectChanged() protected abstract method

protected abstract OnKinectChanged ( Microsoft.Kinect.KinectSensor oldKinectSensor, Microsoft.Kinect.KinectSensor newKinectSensor ) : void
oldKinectSensor Microsoft.Kinect.KinectSensor
newKinectSensor Microsoft.Kinect.KinectSensor
return void

ResetFrameRateCounters() protected method

protected ResetFrameRateCounters ( ) : void
return void

UpdateFrameRate() protected method

protected UpdateFrameRate ( ) : void
return void

Property Details

KinectProperty public_oe static_oe property

public static DependencyProperty,System.Windows KinectProperty
return System.Windows.DependencyProperty

StretchProperty public_oe static_oe property

public static DependencyProperty,System.Windows StretchProperty
return System.Windows.DependencyProperty