バージョン

FirstVisibleIndex(Rect,Rect,Rect,Rect) メソッド

この軸で最初に表示される項目のインデックスを取得します。
シンタックス
'宣言
 
Protected Overloads Overridable Function FirstVisibleIndex( _
   ByVal windowRect As Rect, _
   ByVal viewportRect As Rect, _
   ByVal effectiveViewport As Rect, _
   ByVal contentViewport As Rect _
) As Integer
protected virtual int FirstVisibleIndex( 
   Rect windowRect,
   Rect viewportRect,
   Rect effectiveViewport,
   Rect contentViewport
)

パラメータ

windowRect
ズーム ウィンドウ。
viewportRect
ビューポート。
effectiveViewport
結果的なビューポート。
contentViewport
コンテンツ ビューポート。

戻り値の型

この軸で最初に表示される項目のインデックス。
参照