MindFusion.Mapping Programmer's Guide

Map.HitTest Method (Point)

See Also
 






Returns the Shape that contains the specified point.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Shape HitTest (
    Point point
)

Visual Basic  Copy Code

Public Function HitTest( _
    point As Point _
) As Shape

 Parameters

point

A Point instance specifying location on the map.

 Return Value

The Shape that contains the specified point.

 See Also