Click or drag to resize

GeoTransformPtvMercatorToWGS Method

Transforms a point given in PTV-internal Mercator format to the WGS format.

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

Parameters

point
Type: System.WindowsPoint
Point containing PTV-internal Mercator coordinates.

Return Value

Type: Point
Transformed point containing coordinates in WGS format.
See Also