Share via


LocationRect.ToString Method ()

 

Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

Returns String.

See Also

ToString Overload
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top