'Declaration
Public Overloads Function HitTest( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ ) As NHitTestResult
'Usage
Dim instance As NChartControl Dim x As System.Integer Dim y As System.Integer Dim value As NHitTestResult value = instance.HitTest(x, y)
public NHitTestResult HitTest( System.int x, System.int y )
Parameters
- x
- y