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