C# Class DXVcs2Git.UI.Views.DiffLineBackgroundRenderer

Inheritance: IBackgroundRenderer
Afficher le fichier Open project: Xarlot/DXVcs2Git

Méthodes publiques

Méthode Description
DiffLineBackgroundRenderer ( TextEditor host ) : System.Linq
Draw ( TextView textView, System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Méthode Description
DiffLineBackgroundRenderer ( ) : System.Linq

Method Details

DiffLineBackgroundRenderer() public méthode

public DiffLineBackgroundRenderer ( TextEditor host ) : System.Linq
host ICSharpCode.AvalonEdit.TextEditor
Résultat System.Linq

Draw() public méthode

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