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.
Converts a ___location to a viewport point.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Point LocationToViewportPoint(
Location ___location
)
public:
Point LocationToViewportPoint(
Location^ ___location
)
member LocationToViewportPoint :
___location:Location -> Point
Public Function LocationToViewportPoint (
___location As Location
) As Point
Parameters
___location
Type: Microsoft.Maps.MapControl.WPF.LocationThe ___location to convert.
Return Value
Type: System.Windows.Point
Returns Point.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top