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

In This Topic
    _hitTest Method (_HlocPointView)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function _hitTest( _
       ByVal point As IPoint, _
       ByVal currentZLevel As Integer, _
       ByVal prediction As IPrediction(Of HitTestResult) _
    ) As HitTestResult
    public override HitTestResult _hitTest( 
       IPoint point,
       int currentZLevel,
       IPrediction<HitTestResult> prediction
    )

    Parameters

    point
    currentZLevel
    prediction
    See Also