Click or drag to resize

BaseStateUnproject Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Unprojects a point on the layer's map into a LatLon.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon Unproject(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The point on the map.

Return Value

Type: LatLon
The point as a LatLon.
See Also