C# 클래스 DXVcs2Git.UI.Views.DiffLineBackgroundRenderer

상속: IBackgroundRenderer
파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

공개 메소드들

메소드 설명
DiffLineBackgroundRenderer ( TextEditor host ) : System.Linq
Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void

비공개 메소드들

메소드 설명
DiffLineBackgroundRenderer ( ) : System.Linq

메소드 상세

DiffLineBackgroundRenderer() 공개 메소드

public DiffLineBackgroundRenderer ( TextEditor host ) : System.Linq
host ICSharpCode.AvalonEdit.TextEditor
리턴 System.Linq

Draw() 공개 메소드

public Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void
textView TextView
drawingContext System.Windows.Media.DrawingContext
리턴 void