[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1FlowView.GetLinesBetween

GetLinesBetween Method

GetLinesBetween(double, double)

Returns the lines contained in a height range.

Declaration
public IEnumerable<C1Line> GetLinesBetween(double top, double bottom)
Parameters
Type Name Description
double top

The top of the range.

double bottom

The bottom of the range.

Returns
Type Description
IEnumerable<C1Line>

The lines contained in a height range.