Click or drag to resize

IProjectionUnproject Method

Unprojects the given point to the geographical coordinate system.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
GeoCoordinate Unproject(
	Point point
)
View Source

Parameters

point  Point
The point to be unprojected.

Return Value

GeoCoordinate
The geographical coordinates of the given point.
See Also