'Declaration Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTest
'Declaration
Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTest
'Usage Dim instance As FpChart Dim x As Integer Dim y As Integer Dim value As HitTest value = instance.HitTest(x, y)
'Usage
Dim instance As FpChart Dim x As Integer Dim y As Integer Dim value As HitTest value = instance.HitTest(x, y)
public HitTest HitTest( int x, int y )
FpChart Class FpChart Members