Skip to main content

bounds

Function bounds 

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

Create a bounds with the given origin and size