C# 클래스 AvalonHelpers.LineBackgroundRenderer

Taken from http://stackoverflow.com/questions/5072761/avalonedit-highlight-current-line-even-when-not-focused.
상속: IBackgroundRenderer
파일 보기 프로젝트 열기: tpetrina/FastSharp

공개 메소드들

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

비공개 메소드들

메소드 설명
Caret_PositionChanged ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

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

LineBackgroundRenderer() 공개 메소드

public LineBackgroundRenderer ( TextEditor e ) : System
e ICSharpCode.AvalonEdit.TextEditor
리턴 System