Click or drag to resize

FormsMapRelToMapViewAsGeo Method (Point)

Converts a point from WPF coordinates to a geographic point.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Point RelToMapViewAsGeo(
	Point point
)

Parameters

point
Type: System.WindowsPoint
The point in WPF units.

Return Value

Type: Point
The point in WGS84 units.

Implements

IMapRelToMapViewAsGeo(Point)
See Also