Returns a sub-grid view into this grid within the given bounds.
bounds
The bounds must be within the grid's area.
Grid<T> subGrid(Rect bounds) => Grid.view(this, bounds);