AvalonStudio.Languages.CPlusPlus.BracketMatchingBackgroundRenderer.TransformLine C# (CSharp) Méthode

TransformLine() public méthode

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