AvalonEdit
GetRectsFromVisualSegment Method (textView, line, startVC, endVC)
NamespacesICSharpCode.AvalonEdit.RenderingBackgroundGeometryBuilderGetRectsFromVisualSegment(TextView, VisualLine, Int32, Int32)
Calculates the rectangles for the visual column segment. This returns one rectangle for each line inside the segment.
Declaration Syntax
C#Visual BasicVisual 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
textView (TextView)
line (VisualLine)
startVC (Int32)
endVC (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238