ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / AnnotationLayerViewModel Class / HitTest Method

In This Topic
    HitTest Method (AnnotationLayerViewModel)
    In This Topic
    Gets the information about particular view point
    Syntax
    'Declaration
     
    Public Function HitTest( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As AnnotationLayerViewModel.HitTestInfo
    public AnnotationLayerViewModel.HitTestInfo HitTest( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also