MindFusion.Wpf Pack 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

HitTest Method Overload List
Map Members
Map Class
MindFusion.Mapping Namespace