[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.HitTest

HitTest Method

HitTest(int, int)

Returns information about the given location.

Declaration
public HitTestInformation HitTest(int x, int y)
Public Function HitTest(x As Integer, y As Integer) As HitTestInformation
Parameters
Type Name Description
int x

The x value

int y

The y value

Returns
Type Description
HitTestInformation

A HitTestInformationobject.