canvas_draw_frame

Function canvas_draw_frame 

Source
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 instance
  • x - x coordinate
  • y - y coordinate
  • width - frame width
  • height - frame height