C# 클래스 Sanguosha.UI.Animations.FiredImage

Adorner that disables all controls that fall under it
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PaletteProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
FiredImage ( ) : System

Constructor for the adorner

보호된 메소드들

메소드 설명
OnImageSourceChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnRender ( System drawingContext ) : void

Called to draw on screen

비공개 메소드들

메소드 설명
CompositionTarget_Rendering ( object sender, EventArgs e ) : void
PropertyChangedCallback ( ) : System
SetupFirePalette ( ) : System
UIPropertyMetadata ( ) : System
_CreateFireGenerator ( ) : void

메소드 상세

FiredImage() 공개 메소드

Constructor for the adorner
public FiredImage ( ) : System
리턴 System

OnImageSourceChanged() 보호된 정적인 메소드

protected static OnImageSourceChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
sender object
args System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnRender() 보호된 메소드

Called to draw on screen
protected OnRender ( System drawingContext ) : void
drawingContext System The drawind context in which we can draw
리턴 void

프로퍼티 상세

PaletteProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PaletteProperty
리턴 System.Windows.DependencyProperty

SourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SourceProperty
리턴 System.Windows.DependencyProperty