Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / HitTest Method
The point being tested, in pixels.

In This Topic
    HitTest Method (C1Map)
    In This Topic
    Returns information about the map at a specified point on the map boundary.
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal point As Point _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       Point point
    )

    Parameters

    point
    The point being tested, in pixels.

    Return Value

    A HitTestInfo object contains info about the point.
    See Also