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
)
Public Function MouseToGeo (
e As MouseEventArgs
) As Point
public:
virtual Point MouseToGeo(
MouseEventArgs^ e
) sealed
abstract MouseToGeo :
e : MouseEventArgs -> Point
override 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.
Implements
IMapMouseToGeo(MouseEventArgs)See Also