Click or drag to resize

MapMouseToGeo 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
public Point MouseToGeo(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseEventArgs
The mouse event args to convert.

Return Value

Type: Point
The point in WGS84 units.

Implements

IMapMouseToGeo(MouseEventArgs)
See Also