Returns a sub-buffer view into this grid within the given bounds.
bounds
The bounds must be within the grid's area.
@redeclare Buffer subGrid(Rect bounds) => Buffer._(_grid.subGrid(bounds));