C# Class AvalonStudio.TextEditor.Rendering.ColumnLimitBackgroundRenderer

Inheritance: IBackgroundRenderer
Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode Description
Draw ( TextView textView, Avalonia.Media.DrawingContext drawingContext ) : void
TransformLine ( TextView textView, Avalonia.Media.DrawingContext drawingContext, VisualLine line ) : void

Method Details

Draw() public méthode

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

TransformLine() public méthode

public TransformLine ( TextView textView, Avalonia.Media.DrawingContext drawingContext, VisualLine line ) : void
textView TextView
drawingContext Avalonia.Media.DrawingContext
line VisualLine
Résultat void