Trait exr::image::crop::GetBounds

source ·
pub trait GetBounds {
    // Required method
    fn bounds(&self) -> IntegerBounds;
}
Expand description

Something that has a two-dimensional rectangular shape

Required Methods§

source

fn bounds(&self) -> IntegerBounds

The bounding rectangle of this pixel grid.

Implementors§

source§

impl<S> GetBounds for Layer<S>