Correct comments

This commit is contained in:
ClemensFischer 2025-11-21 15:52:38 +01:00
parent 0cbb85c7db
commit 2028e3cf90
4 changed files with 7 additions and 11 deletions

View file

@ -123,7 +123,7 @@ namespace MapControl
}
/// <summary>
/// Gets the index bounds of a tile matrix.
/// Gets the pixel bounds of a tile matrix.
/// </summary>
public Rect GetTileMatrixBounds(double tileMatrixScale, Point tileMatrixTopLeft, double viewWidth, double viewHeight)
{