public MapPoint ClientToMap( Point clientPoint )
Public Function ClientToMap( _ ByVal clientPoint As Point _ ) As MapPoint
Parameters
- clientPoint
- The point that represents client coordinates relative to the top-left corner of the view.
Return Value
The converted point in map coordinates.