HitTestPlacemark Method (IMapDevice)
Tests whether a point is hit on the placemark.
'Declaration
Function HitTestPlacemark( _
ByVal As VectorPlacemark, _
ByVal As C1.Win.Interop.Point _
) As Boolean
bool HitTestPlacemark(
VectorPlacemark ,
C1.Win.Interop.Point
)
Parameters
- placemark
- The placemark to be tested.
- point
- The point being tested, in pixels.
Return Value
True if the point is hitted on the placemark; otherwise, false.