C# Class Tybocer.HighlightNotesSnippetBackgroundRenderer

Inheritance: IBackgroundRenderer
Show file Open project: nccgroup/tybocer

Public Methods

Method Description
Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void
HighlightNotesSnippetBackgroundRenderer ( TextEditor editor, int start_line, int no_lines ) : System

Method Details

Draw() public method

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

HighlightNotesSnippetBackgroundRenderer() public method

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