pub type URoundRect = RoundedRectangle<u32>;Expand description
A struct representing an axis-aligned rounded rectangle. Two points and an ‘u32’ are stored: the top left vertex, the bottom right vertex and the radius of the rounded corners.
Alias for a rectangle with u32 coordinates.
Aliased Type§
pub struct URoundRect { /* private fields */ }