Click or drag to resize

CoordinateReferenceSystemTranslate(GeoCoordinate, Double) Method

Translates the given geographical coordinate to a cartesian point at the given zoom level.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public virtual Point Translate(
	GeoCoordinate coordinate,
	double zoom
)
View Source

Parameters

coordinate  GeoCoordinate
The coordinate to be translated.
zoom  Double
The zoom level.

Return Value

Point
The cartesian point corresponding to the given coordinate.
See Also