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 on the map associated with a point on the viewport.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public bool TryLocationToViewportPoint(
Location ___location,
out Point viewportPoint
)
public:
bool TryLocationToViewportPoint(
Location^ ___location,
[OutAttribute] Point% viewportPoint
)
member TryLocationToViewportPoint :
___location:Location *
viewportPoint:Point byref -> bool
Public Function TryLocationToViewportPoint (
___location As Location,
<OutAttribute> ByRef viewportPoint As Point
) As Boolean
Parameters
___location
Type: Microsoft.Maps.MapControl.WPF.LocationThe ___location on the map.
viewportPoint
Type: System.Windows.PointThe viewport point.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top