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

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

Syntax

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

Parameters

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

See Also