Click or drag to resize

MapCtrlXYtoLatLon Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the LatLon of a point on the map given by x & y coordinates.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon XYtoLatLon(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x co-ordinate
y
Type: SystemInt32
y co-ordinate

Return Value

Type: LatLon
A LatLon representing the X,Y coordinates.

Implements

IMapXYtoLatLon(Int32, Int32)
Remarks
See Also