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