bounds method

Rectangle bounds()

Returns the full buffer bounds as a Rectangle.

Implementation

Rectangle bounds() => rect(0, 0, width(), height());