Function flipper0::ffi::canvas_draw_box

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

Draw box of width, height at x,y

@param canvas Canvas instance @param x x coordinate @param y y coordinate @param width box width @param height box height