bounds

Function bounds 

Source
pub fn bounds<T: Clone + Debug + Default + PartialEq>(
    origin: Point<T>,
    size: Size<T>,
) -> Bounds<T>
Expand description

Create a bounds with the given origin and size