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