pub unsafe extern "C" fn elements_bold_rounded_frame(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
height: usize,
)Expand description
Draw bold rounded frame
ยงArguments
canvas- Canvas instancex- top left corner coordinatesy- top left corner coordinateswidth- width of frameheight- height of frame