Click or drag to resize

FormsMapRelToMapViewAsGeo Method (Point, String)

Converts a point from WPF coordinates to a geographic point.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Point RelToMapViewAsGeo(
	Point point,
	string spatialReferenceId
)

Parameters

point
Type: System.WindowsPoint
The point in WPF units.
spatialReferenceId
Type: SystemString
The spatial reference identifier.

Return Value

Type: Point
The point in geographical units.

Implements

IMapRelToMapViewAsGeo(Point, String)
See Also