Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / HitTest Method
The x-coordinate of the point
The y-coordinate of the point


In This Topic
    HitTest Method (FpSpread)
    In This Topic
    Performs a hit test.
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As HitTestInformation
    'Usage
     
    
    Dim instance As FpSpread
    Dim x As Integer
    Dim y As Integer
    Dim value As HitTestInformation
     
    value = instance.HitTest(x, y)
    public HitTestInformation HitTest( 
       int x,
       int y
    )

    Parameters

    x
    The x-coordinate of the point
    y
    The y-coordinate of the point
    See Also