MindFusion.Wpf Pack Programmer's Guide
Map.HitTest Method (Point, ITransform)
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,
    ITransform transform
)

Visual Basic  Copy Code

Public Function HitTest( _
    point As Point, _
    transform As ITransform _
) As Shape

 Parameters

point

A Point instance specifying location on the map.

transform

An ITransform specifying the transform used to render this map.

 Return Value

The Shape that contains the specified point.

 See Also

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