Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / HitTest Method


In This Topic
HitTest Method (ChartShape)
In This Topic
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As HitTest
 
'Usage
 
Dim instance As ChartShape
Dim x As Integer
Dim y As Integer
Dim value As HitTest
 
value = instance.HitTest(x, y)

Parameters

x
y
See Also