ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IView Interface / _hitTest Method

In This Topic
    _hitTest Method (IView)
    In This Topic
    Syntax
    'Declaration
     
    Function _hitTest( _
       ByVal point As IPoint, _
       ByVal currentZLevel As Integer, _
       ByVal prediction As IPrediction(Of HitTestResult) _
    ) As HitTestResult

    Parameters

    point
    currentZLevel
    prediction
    See Also