pub trait GetBounds {
fn bounds(&self) -> IntegerBounds;
}
Expand description
Something that has a two-dimensional rectangular shape
Required Methods
fn bounds(&self) -> IntegerBounds
fn bounds(&self) -> IntegerBounds
The bounding rectangle of this pixel grid.