高さの範囲に含まれる行を返します。
シンタックス
'宣言
Public Function GetLinesBetween( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Collections.Generic.IEnumerable(Of C1Line)
public System.Collections.Generic.IEnumerable<C1Line> GetLinesBetween(
System.double ,
System.double
)
パラメータ
- top
- この範囲の上端。
- bottom
- この範囲の下端。
戻り値の型
高さの範囲に含まれる行。
参照