IMapRelToMapViewAsGeo Method (Point) |
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 Point RelToMapViewAsGeo(
Point point
)
Function RelToMapViewAsGeo (
point As Point
) As Point
Point RelToMapViewAsGeo(
Point point
)
abstract RelToMapViewAsGeo :
point : Point -> Point
Parameters
- point
- Type: System.WindowsPoint
The point in WPF units.
Return Value
Type:
Point The point in WGS84 units.
See Also