pub trait GetBounds {
    fn bounds(&self) -> IntegerBounds;
}
Expand description

Something that has a two-dimensional rectangular shape

Required Methods

The bounding rectangle of this pixel grid.

Implementors