bottomRight

Gets the coordinates of the bottom-right cell of the box as a tuple.

This method computes the bottom-right cell coordinates by adding the height and width to the top-left coordinates.

Return

A tuple representing the bottom-right cell coordinates (row, column).