C# Class MegaMan.Editor.Controls.MultiTileBrushImage

Inheritance: System.Windows.Controls.Grid
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

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

Protected Properties

Свойство Type Description
_highlight System.Windows.Controls.Border
_images List

Méthodes publiques

Méthode Description
MultiTileBrushImage ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Image_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetBrush ( MultiTileBrush s ) : void
Tick ( ) : void

Private Methods

Méthode Description
HighlightChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
ZoomChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Image_DataContextChanged() protected méthode

protected Image_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

MultiTileBrushImage() public méthode

public MultiTileBrushImage ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SetBrush() protected méthode

protected SetBrush ( MultiTileBrush s ) : void
s MegaMan.Editor.Bll.Tools.MultiTileBrush
Résultat void

Tick() protected méthode

protected Tick ( ) : void
Résultat void

Property Details

HighlightProperty public_oe static_oe property

public static DependencyProperty,System.Windows HighlightProperty
Résultat System.Windows.DependencyProperty

ZoomProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZoomProperty
Résultat System.Windows.DependencyProperty

_highlight protected_oe property

protected Border,System.Windows.Controls _highlight
Résultat System.Windows.Controls.Border

_images protected_oe property

protected List _images
Résultat List