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

In This Topic
    HitTest Method (BorderedAdornerViewModel)
    In This Topic
    Gets the handle under the point
    Syntax
    'Declaration
     
    Public Function HitTest( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As AdornerHandleType
    public AdornerHandleType HitTest( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also