C1.Silverlight.RichTextBox.5
GetLinesBetween Method

The top of the range.
The bottom of the range.
Returns the lines contained in a height range.
Syntax
'Declaration
 
Public Function GetLinesBetween( _
   ByVal top As System.Double, _
   ByVal bottom As System.Double _
) As System.Collections.Generic.IEnumerable(Of C1Line)
public System.Collections.Generic.IEnumerable<C1Line> GetLinesBetween( 
   System.double top,
   System.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

Reference

C1FlowView Class
C1FlowView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.