mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapBase.cs
This commit is contained in:
parent
c1c72682ea
commit
15d0390d11
|
|
@ -230,7 +230,7 @@ namespace MapControl
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Transforms a Rect in view coordinates to a BoundingBox in geographic coordinates.
|
/// Gets a BoundingBox in geographic coordinates that covers a Rect in view coordinates.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public BoundingBox ViewRectToBoundingBox(Rect rect)
|
public BoundingBox ViewRectToBoundingBox(Rect rect)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue