C# 클래스 Tybocer.HighlightNotesSnippetBackgroundRenderer

상속: IBackgroundRenderer
파일 보기 프로젝트 열기: nccgroup/tybocer

공개 메소드들

메소드 설명
Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void
HighlightNotesSnippetBackgroundRenderer ( TextEditor editor, int start_line, int no_lines ) : System

메소드 상세

Draw() 공개 메소드

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

HighlightNotesSnippetBackgroundRenderer() 공개 메소드

public HighlightNotesSnippetBackgroundRenderer ( TextEditor editor, int start_line, int no_lines ) : System
editor ICSharpCode.AvalonEdit.TextEditor
start_line int
no_lines int
리턴 System