C# Class AvalonStudio.TextEditor.Rendering.SelectedDebugLineBackgroundRenderer

Inheritance: IBackgroundRenderer
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Draw ( TextView textView, Avalonia.Media.DrawingContext drawingContext ) : void
SelectedDebugLineBackgroundRenderer ( ) : System
TransformLine ( TextView textView, Avalonia.Media.DrawingContext drawingContext, VisualLine line ) : void

Method Details

Draw() public method

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

SelectedDebugLineBackgroundRenderer() public method

public SelectedDebugLineBackgroundRenderer ( ) : System
return System

TransformLine() public method

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