Layer.HitTest override.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public override MapElement HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function HitTest( _ |
A Point instance specifying location.
The transform currently used to draw the map.
The MapElement that contains the specified point.
See Also