Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the location associated with the viewport point.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Location ViewportPointToLocation(
Point viewportPoint
)
public:
Location^ ViewportPointToLocation(
Point viewportPoint
)
member ViewportPointToLocation :
viewportPoint:Point -> Location
Public Function ViewportPointToLocation (
viewportPoint As Point
) As Location
Parameters
viewportPoint
Type: System.Windows.PointThe viewport point.
Return Value
Type: Microsoft.Maps.MapControl.WPF.Location
Returns Location.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top