C# 클래스 InfoStrat.MotionFx.Controls.DrawingLayerViewer

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: InfoStrat/MotionFx

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
Image_Name string

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DrawingLayerViewer ( ) : System
VerifyInit ( ) : bool

메소드 상세

DrawLayer() 보호된 메소드

Override to draw visuals to the drawing layer
protected DrawLayer ( DirectCanvas.DrawingLayer outputLayer ) : void
outputLayer DirectCanvas.DrawingLayer
리턴 void

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

UpdateImage() 보호된 메소드

protected UpdateImage ( ) : void
리턴 void

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

protected static UpdateImageOnPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

VerifyInitOverride() 보호된 메소드

Override to add initialization code that is checked before each render
protected VerifyInitOverride ( ) : bool
리턴 bool

프로퍼티 상세

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

Identifies the Factory dependency property.
public static DependencyProperty,System.Windows FactoryProperty
리턴 System.Windows.DependencyProperty

Image_Name 보호되어 있는 정적으로 프로퍼티

protected static string Image_Name
리턴 string