Gets the visual line that contains the document line with the specified number.
Returns null if the document line is outside the visible range.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public VisualLine GetVisualLine( int documentLineNumber )
Public Function GetVisualLine ( _ documentLineNumber As Integer _ ) As VisualLine
public: VisualLine^ GetVisualLine( int documentLineNumber )
Parameters
- documentLineNumber (Int32)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238