pub unsafe extern "C" fn canvas_draw_bitmap(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
height: usize,
compressed_bitmap_data: *const u8,
)Expand description
Draw bitmap picture at position defined by x,y.
ยงArguments
canvas- Canvas instancex- x coordinatey- y coordinatewidth- width of bitmapheight- height of bitmapcompressed_bitmap_data- compressed bitmap data