pub unsafe extern "C" fn canvas_draw_rframe(
    canvas: *mut Canvas,
    x: u8,
    y: u8,
    width: u8,
    height: u8,
    radius: u8
)
Expand description

Draw rounded-corner frame of width, height at x,y, with round value radius

@param canvas Canvas instance @param x x coordinate @param y y coordinate @param width frame width @param height frame height @param radius frame corner radius