GrapeCity InputMan for Windows Forms 10.0J
IndexFromPoint(Int32,Int32) メソッド

X座標を表すInt32値。
Y座標を表すInt32値。
指定した座標にある項目の0から始まるインデックスを返します。
構文
Public Overloads Function IndexFromPoint( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Integer
public int IndexFromPoint( 
   int x,
   int y
)

パラメータ

x
X座標を表すInt32値。
y
Y座標を表すInt32値。

戻り値の型

該当する項目の0から始まるインデックスを表すInt32値。
参照

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

 

 


© 2004 GrapeCity inc. All rights reserved.