Tests whether this map element contains the specified point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
protected abstract bool HitTest ( |
Visual Basic
Copy Code
|
|---|
Protected MustOverride Function HitTest( _ |
A Point representing a location on the map.
An ITransform representing the transform currently used to render the map.
true if this element contains the specified point, otherwise false.
See Also