RichTextBox for WinRT
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)
'Usage
 
Dim instance As C1FlowView
Dim top As System.Double
Dim bottom As System.Double
Dim value As System.Collections.Generic.IEnumerable(Of C1Line)
 
value = instance.GetLinesBetween(top, bottom)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlowView Class
C1FlowView Members

 

 


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

Product Support Forum  |  Documentation Feedback