PowerTools SPREAD for Windows Forms 8.0J
HitTest(Int32,Int32) メソッド


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値
参照

SpreadView クラス
SpreadView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.