C# Class Solar.IconDisplay

IconDisplay.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Show file Open project: deflis/OpenSolar

Private Properties

Property Type Description
GetImage void
OnSourceChanged void

Public Methods

Method Description
IconDisplay ( ) : System

IconDisplay の新しいインスタンスを初期化します。

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
GetImage ( ) : void
OnSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

IconDisplay() public method

IconDisplay の新しいインスタンスを初期化します。
public IconDisplay ( ) : System
return System

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void