C# Class MegaMan.Editor.Controls.MultiTileBrushImage

Inheritance: System.Windows.Controls.Grid
ファイルを表示 Open project: Tesserex/C--MegaMan-Engine

Public Properties

Property Type Description
HighlightProperty System.Windows.DependencyProperty
ZoomProperty System.Windows.DependencyProperty

Protected Properties

Property Type Description
_highlight System.Windows.Controls.Border
_images List

Public Methods

Method Description
MultiTileBrushImage ( ) : System.Collections.Generic

Protected Methods

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

Private Methods

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

Method Details

Image_DataContextChanged() protected method

protected Image_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
return void

MultiTileBrushImage() public method

public MultiTileBrushImage ( ) : System.Collections.Generic
return System.Collections.Generic

SetBrush() protected method

protected SetBrush ( MultiTileBrush s ) : void
s MegaMan.Editor.Bll.Tools.MultiTileBrush
return void

Tick() protected method

protected Tick ( ) : void
return void

Property Details

HighlightProperty public_oe static_oe property

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

ZoomProperty public_oe static_oe property

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

_highlight protected_oe property

protected Border,System.Windows.Controls _highlight
return System.Windows.Controls.Border

_images protected_oe property

protected List _images
return List