Struct lyon::tessellation::basic_shapes::RoundedRect
[−]
[src]
pub struct RoundedRect { pub rect: TypedRect<f32, UnknownUnit>, 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: TypedRect<f32, UnknownUnit>
top_left_radius: f32
top_right_radius: f32
bottom_left_radius: f32
bottom_right_radius: f32