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

In This Topic
    _isHitTested Method (_BaseLegendListView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _isHitTested( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Boolean
    public bool _isHitTested( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also