Method GetTileBounds
GetTileBounds(int, int, int)
Gets the pixel bounds of a tile within its pyramid level. Returns a Rect<T> of int in level-pixel coordinates (XYWH). For formats without tile overlap (e.g., IIIF), the bounds are the exact tile dimensions. For DZI, the bounds include the configured overlap pixels.
Rect<int> GetTileBounds(int level, int col, int row)