C# Class InfoStrat.MotionFx.Controls.DepthFrameViewer

Inheritance: DrawingLayerViewer
Afficher le fichier Open project: InfoStrat/MotionFx

Méthodes publiques

Свойство Type Description
ControlsVisibilityProperty System.Windows.DependencyProperty
DepthFrameProperty System.Windows.DependencyProperty
LoadThresholdFromDepthFrameProperty System.Windows.DependencyProperty
MaxThresholdProperty System.Windows.DependencyProperty
MinThresholdProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Image_MouseDown ( object sender, System e ) : void
Image_MouseMove ( object sender, System e ) : void
Image_MouseUp ( object sender, System e ) : void
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
DrawLayer ( DirectCanvas.DrawingLayer outputLayer ) : void
OnDepthFramePropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
VerifyInitOverride ( ) : bool

Private Methods

Méthode Description
DepthFrameViewer ( ) : System
ProcessNewDepthFrame ( ) : void
UpdateCrop ( ) : void

Method Details

DrawLayer() protected méthode

protected DrawLayer ( DirectCanvas.DrawingLayer outputLayer ) : void
outputLayer DirectCanvas.DrawingLayer
Résultat void

Image_MouseDown() public méthode

public Image_MouseDown ( object sender, System e ) : void
sender object
e System
Résultat void

Image_MouseMove() public méthode

public Image_MouseMove ( object sender, System e ) : void
sender object
e System
Résultat void

Image_MouseUp() public méthode

public Image_MouseUp ( object sender, System e ) : void
sender object
e System
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDepthFramePropertyChanged() protected static méthode

protected static OnDepthFramePropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

VerifyInitOverride() protected méthode

protected VerifyInitOverride ( ) : bool
Résultat bool

Property Details

ControlsVisibilityProperty public_oe static_oe property

Identifies the ControlsVisibility dependency property.
public static DependencyProperty,System.Windows ControlsVisibilityProperty
Résultat System.Windows.DependencyProperty

DepthFrameProperty public_oe static_oe property

Identifies the DepthFrame dependency property.
public static DependencyProperty,System.Windows DepthFrameProperty
Résultat System.Windows.DependencyProperty

LoadThresholdFromDepthFrameProperty public_oe static_oe property

Identifies the LoadThresholdFromDepthFrame dependency property.
public static DependencyProperty,System.Windows LoadThresholdFromDepthFrameProperty
Résultat System.Windows.DependencyProperty

MaxThresholdProperty public_oe static_oe property

Identifies the MaxThreshold dependency property.
public static DependencyProperty,System.Windows MaxThresholdProperty
Résultat System.Windows.DependencyProperty

MinThresholdProperty public_oe static_oe property

Identifies the MinThreshold dependency property.
public static DependencyProperty,System.Windows MinThresholdProperty
Résultat System.Windows.DependencyProperty