Function zng_layout::unit::euclid::rect
pub const fn rect<T, U>(x: T, y: T, w: T, h: T) -> Rect<T, U>
Expand description
Shorthand for Rect::new(Point2D::new(x, y), Size2D::new(w, h))
.
pub const fn rect<T, U>(x: T, y: T, w: T, h: T) -> Rect<T, U>
Shorthand for Rect::new(Point2D::new(x, y), Size2D::new(w, h))
.