C# Class Tybocer.HighlightNotesSnippetBackgroundRenderer

Inheritance: IBackgroundRenderer
Afficher le fichier Open project: nccgroup/tybocer

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void
textView TextView
drawingContext System.Windows.Media.DrawingContext
Résultat void

HighlightNotesSnippetBackgroundRenderer() public méthode

public HighlightNotesSnippetBackgroundRenderer ( TextEditor editor, int start_line, int no_lines ) : System
editor ICSharpCode.AvalonEdit.TextEditor
start_line int
no_lines int
Résultat System