パネル内のセルの位置を表す四角形を取得します。
シンタックス
'宣言
Public Overloads Function GetCellRect( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Rect
public System.Windows.Rect GetCellRect(
System.int ,
System.int
)
パラメータ
- row
- セルの行のインデックス。
- col
- セルの列のインデックス。
戻り値の型
セルの位置を表す四角形。
参照