Update MapBase.cs

This commit is contained in:
ClemensFischer 2025-08-02 18:18:24 +02:00
parent 7d70c01811
commit 3e53afd79d

View file

@ -352,7 +352,7 @@ namespace MapControl
}
/// <summary>
/// Sets the TargetZoomLevel and TargetCenter properties so that the specified bounding box
/// Sets the TargetZoomLevel and TargetCenter properties so that the specified BoundingBox
/// fits into the current view. The TargetHeading property is set to zero.
/// </summary>
public void ZoomToBounds(BoundingBox boundingBox)