FlexReport for WinForms
HitTest メソッド (IDrawAndHitTest)


C1.Document.4.6.2 アセンブリ > C1.Document.FlexChart 名前空間 > IDrawAndHitTest インターフェース : HitTest メソッド
X coordinate of the point to test, in device-independent units.
Y coordinate of the point to test, in device-independent units.
Performs a hit test at the specified coordinates and returns information about the element under the point.
シンタックス
'宣言
 
Function HitTest( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As C1.Chart.HitTestInfo
'使用法
 
Dim instance As IDrawAndHitTest
Dim x As System.Double
Dim y As System.Double
Dim value As C1.Chart.HitTestInfo
 
value = instance.HitTest(x, y)
C1.Chart.HitTestInfo HitTest( 
   System.double x,
   System.double y
)

パラメータ

x
X coordinate of the point to test, in device-independent units.
y
Y coordinate of the point to test, in device-independent units.

戻り値の型

A C1.Chart.HitTestInfo instance describing the hit result.
参照

参照

IDrawAndHitTest インターフェース
IDrawAndHitTest メンバ