RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1FlowView Class / GetLinesBetween Method
The top of the range.
The bottom of the range.

In This Topic
    GetLinesBetween Method (C1FlowView)
    In This Topic
    Returns the lines contained in a height range.
    Syntax
    'Declaration
     
    <IteratorStateMachineAttribute(C1.Xaml.RichTextBox.C1FlowView/d__12)>
    Public Function GetLinesBetween( _
       ByVal top As Double, _
       ByVal bottom As Double _
    ) As IEnumerable(Of C1Line)
    [IteratorStateMachine(C1.Xaml.RichTextBox.C1FlowView/d__12)]
    public IEnumerable<C1Line> GetLinesBetween( 
       double top,
       double bottom
    )

    Parameters

    top
    The top of the range.
    bottom
    The bottom of the range.

    Return Value

    The lines contained in a height range.
    See Also