RichTextBox for UWP/WinRT
GetLinesBetween メソッド

この範囲の上端。
この範囲の下端。
高さの範囲に含まれる行を返します。
構文
'宣言
 
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
)

パラメータ

top
この範囲の上端。
bottom
この範囲の下端。

戻り値の型

高さの範囲に含まれる行。
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

参照

関連項目

C1FlowView クラス
C1FlowView メンバ

Send Feedback