PowerTools MultiRow for Windows Forms 8.0J
GetRowDisplayRectangle(Int32,Int32,Int32) メソッド

ビューポートの行インデックス。
ビューポートの列インデックス。
行インデックス。
指定した行の表示領域を表す長方形を取得します。
構文
Public Overloads Function GetRowDisplayRectangle( _
   ByVal viewportRowIndex As Integer, _
   ByVal viewportColumnIndex As Integer, _
   ByVal rowIndex As Integer _
) As Rectangle
public Rectangle GetRowDisplayRectangle( 
   int viewportRowIndex,
   int viewportColumnIndex,
   int rowIndex
)

パラメータ

viewportRowIndex
ビューポートの行インデックス。
viewportColumnIndex
ビューポートの列インデックス。
rowIndex
行インデックス。

戻り値の型

行の表示長方形を表すSystem.Drawing.Rectangle
例外
例外解説
System.ArgumentOutOfRangeException

rowIndex0未満か、Rowの数 - 1を超えています。

または

viewportRowIndex0未満か、垂直方向のビューポートの数 - 1を超えています。

または

viewportColumnIndex0未満か、水平方向のビューポートの数 - 1を超えています。

参照

GcMultiRow クラス
GcMultiRow メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.