C# Class InfoStrat.MotionFx.Controls.DrawingLayerViewer

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: InfoStrat/MotionFx

Méthodes publiques

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

Protected Properties

Свойство Type Description
Image_Name string

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
DrawLayer ( DirectCanvas.DrawingLayer outputLayer ) : void

Override to draw visuals to the drawing layer

UpdateImage ( ) : void
UpdateImageOnPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
VerifyInitOverride ( ) : bool

Override to add initialization code that is checked before each render

Private Methods

Méthode Description
DrawingLayerViewer ( ) : System
VerifyInit ( ) : bool

Method Details

DrawLayer() protected méthode

Override to draw visuals to the drawing layer
protected DrawLayer ( DirectCanvas.DrawingLayer outputLayer ) : void
outputLayer DirectCanvas.DrawingLayer
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

UpdateImage() protected méthode

protected UpdateImage ( ) : void
Résultat void

UpdateImageOnPropertyChanged() protected static méthode

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

VerifyInitOverride() protected méthode

Override to add initialization code that is checked before each render
protected VerifyInitOverride ( ) : bool
Résultat bool

Property Details

FactoryProperty public_oe static_oe property

Identifies the Factory dependency property.
public static DependencyProperty,System.Windows FactoryProperty
Résultat System.Windows.DependencyProperty

Image_Name protected_oe static_oe property

protected static string Image_Name
Résultat string