Struct lyon_tessellation::basic_shapes::RoundedRect
[−]
[src]
pub struct RoundedRect {
pub rect: Rect,
pub top_left_radius: f32,
pub top_right_radius: f32,
pub bottom_left_radius: f32,
pub bottom_right_radius: f32,
}An axis-aligned rounded rectangle.
Fields
rect: Rect
top_left_radius: f32
top_right_radius: f32
bottom_left_radius: f32
bottom_right_radius: f32