MapCore.LocationToViewportPoint Method (Location)
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