AvalonStudio.Languages.CPlusPlus.BracketMatchingBackgroundRenderer.TransformLine C# (CSharp) Method

TransformLine() public method

public TransformLine ( TextView textView, Avalonia.Media.DrawingContext drawingContext, VisualLine line ) : void
textView TextView
drawingContext Avalonia.Media.DrawingContext
line AvalonStudio.TextEditor.Rendering.VisualLine
return void
        public void TransformLine(TextView textView, DrawingContext drawingContext, VisualLine line)
        {
        }
BracketMatchingBackgroundRenderer