Gets the visual line that contains the document line with the specified number.
If that line is outside the visible range, a new VisualLine for that document line is constructed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public VisualLine GetOrConstructVisualLine( DocumentLine documentLine )
Public Function GetOrConstructVisualLine ( _ documentLine As DocumentLine _ ) As VisualLine
public: VisualLine^ GetOrConstructVisualLine( DocumentLine^ documentLine )
Parameters
- documentLine (DocumentLine)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238