draw_rect_round

Function draw_rect_round 

Source
pub fn draw_rect_round(
    x: i32,
    y: i32,
    w: i32,
    h: i32,
    color: Color,
    radius: i32,
)