ComponentOne Studio for WinRT XAML
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
この範囲の下端。

戻り値の型

高さの範囲に含まれる行。
参照

C1FlowView クラス
C1FlowView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.