pub unsafe extern "C" fn canvas_draw_box(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
height: usize,
)Expand description
Draw box of width, height at x,y
ยงArguments
canvas- Canvas instancex- x coordinatey- y coordinatewidth- box widthheight- box height