Share via


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

Return Value

Type: System.Windows.Point

Returns Point.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top