Returns the map element located at the specified point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
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.
See Also