IMapRelToMapViewAsGeo 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 Point RelToMapViewAsGeo(
Point point,
string spatialReferenceId
)
Function RelToMapViewAsGeo (
point As Point,
spatialReferenceId As String
) As Point
Point RelToMapViewAsGeo(
Point point,
String^ spatialReferenceId
)
abstract RelToMapViewAsGeo :
point : Point *
spatialReferenceId : string -> Point
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.
See Also