Click or drag to resize

MapCtrlLatLontoXY Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Convert from a LatLon to an X,Y location on the map.

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

Parameters

x
Type: SystemInt32
x coordinate.
y
Type: SystemInt32
y coordinate.
loc
Type: Telogis.GeoBaseLatLon
The LatLon to convert.

Implements

IMapLatLontoXY(Int32, Int32, LatLon)
Remarks
See Also