Utillity method to translate a Point using a Mercator Projection t its Lat/Long representation.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function MercatorToLL ( _
	pt As PointF _
) As PointF
C#
public static PointF MercatorToLL(
	PointF pt
)
Visual C++
public:
static PointF MercatorToLL(
	PointF pt
)

Parameters

pt
Type: System.Drawing..::.PointF

See Also