Returns the lines contained in a height range.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1Line> GetLinesBetween(
	double top,
	double bottom
)
Visual Basic
Public Function GetLinesBetween ( _
	top As Double, _
	bottom As Double _
) As IEnumerable(Of C1Line)

Parameters

top
Type: System..::..Double
The top of the range.
bottom
Type: System..::..Double
The bottom of the range.

Return Value

The lines contained in a height range.

See Also