Returns the map element located at the specified point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public abstract MapElement HitTest ( |
Visual Basic Copy Code |
---|
Public MustOverride Function HitTest( _ |
A Point instance specifying location.
The transform currently used to draw the map.
The MapElement that contains the specified point.