pub fn bounds<T>(origin: Point<T>, size: Size<T>) -> Bounds<T>where T: Clone + Debug + Default + PartialEq,
Create a bounds with the given origin and size