[]
Tests whether a point is hit on the placemark.
bool HitTestPlacemark(VectorPlacemark placemark, Point point)
| Type | Name | Description |
|---|---|---|
| VectorPlacemark | placemark | The placemark to be tested. |
| Point | point | The point being tested, in pixels. |
| Type | Description |
|---|---|
| bool | True if the point is hitted on the placemark; otherwise, false. |