Sizer for WinForms
GetCellAtPoint(Int32,Int32) メソッド

C1.Win.C1Sizer.4.5.2 アセンブリ > C1.Win.C1Sizer 名前空間 > C1Sizer クラス > GetCellAtPoint メソッド : GetCellAtPoint(Int32,Int32) メソッド
ポイントの X 座標。
ポイントの Y 座標。
コントロールのクライアント領域上の指定されたポイントのセルを取得します。
シンタックス
'宣言
 
Public Overloads Function GetCellAtPoint( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.Drawing.Point
public System.Drawing.Point GetCellAtPoint( 
   System.int x,
   System.int y
)

パラメータ

x
ポイントの X 座標。
y
ポイントの Y 座標。

戻り値の型

X プロパティと Y プロパティが、指定されたポイントのセルの列と行インデックスに対応する System.Drawing.Point
参照

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