'宣言 Public Overloads Function GetCell( _ ByVal element As System.Windows.Media.Visual, _ ByVal position As System.Windows.Point, _ ByRef paneRow As System.Integer, _ ByRef paneColumn As System.Integer _ ) As CellReference
public CellReference GetCell( System.Windows.Media.Visual element, System.Windows.Point position, out System.int paneRow, out System.int paneColumn )
パラメータ
- element
- セルに表示する視覚要素。
- position
- 指定したelementを基準とした位置。
- paneRow
- elementを含む行ペインインデックス。
- paneColumn
- elementを含む列ペインインデックス。
戻り値の型
セルに指定された要素が含まれています。 行インデックスが-1の場合、セルは新しい行に属します。