Calculates the rectangles for the visual column segment.
This returns one rectangle for each line inside the segment.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static IEnumerable<Rect> GetRectsFromVisualSegment( TextView textView, VisualLine line, int startVC, int endVC )
Public Shared Function GetRectsFromVisualSegment ( _ textView As TextView, _ line As VisualLine, _ startVC As Integer, _ endVC As Integer _ ) As IEnumerable(Of Rect)
public: static IEnumerable<Rect>^ GetRectsFromVisualSegment( TextView^ textView, VisualLine^ line, int startVC, int endVC )
Parameters
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238