GrapeCity SPREAD for Windows Forms 12.0J
HitTest メソッド (SpreadView)


x値
y値
特定の位置に関する情報を返します。
構文
'Declaration
 
Public Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As HitTestInformation
'使用法
 
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
Dim value As HitTestInformation
 
value = instance.HitTest(x, y)
public HitTestInformation HitTest( 
   int x,
   int y
)

パラメータ

x
x値
y
y値

戻り値の型

ヒット テスト情報を含む HitTestInformation オブジェクト
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

編集、選択、フォーカスに関するイベント
ヒットテストによるカーソル位置の特定

 

 


Copyright © 2004 GrapeCity inc.