ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / IInteractiveDocument Interface / HitTest Method

In This Topic
    HitTest Method (IInteractiveDocument)
    In This Topic
    Hits the test.
    Syntax
    'Declaration
     
    Function HitTest( _
       ByVal pageIndex As Integer, _
       ByVal x As Single, _
       ByVal y As Single _
    ) As HitTestInfoBase
    HitTestInfoBase HitTest( 
       int pageIndex,
       float x,
       float y
    )

    Parameters

    pageIndex
    x
    y
    See Also