IMapMouseToGeo Method (MouseEventArgs) |
Converts the click point of the mouse event to a geographic point in WGS84 units.
The click point of the mouse is determined relative to the map.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax Point MouseToGeo(
MouseEventArgs e
)
Function MouseToGeo (
e As MouseEventArgs
) As Point
Point MouseToGeo(
MouseEventArgs^ e
)
abstract MouseToGeo :
e : MouseEventArgs -> Point
Parameters
- e
- Type: System.Windows.InputMouseEventArgs
The mouse event args to convert.
Return Value
Type:
Point The point in WGS84 units.
See Also