Gets and sets the grid rectangle within the BitmapData to be scaled.
Rectangle<num> get grid => _grid;
set grid(Rectangle<num> value) { _grid = value; _updateRenderTextureQuads(); }