MapCore.TryLocationToViewportPoint Method (Location, Point)

 

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

Return Value

Type: System.Boolean

Returns Boolean.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top