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