Spread Windows Forms 17
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)
    public HitTest HitTest( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also