Returns the Shape that contains the specified point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Shape HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Function HitTest( _ |
A Point instance specifying location on the map.
An ITransform specifying the transform used to render this map.
The Shape that contains the specified point.
See Also