elements_slightly_rounded_frame

Function elements_slightly_rounded_frame 

Source
pub unsafe extern "C" fn elements_slightly_rounded_frame(
    canvas: *mut Canvas,
    x: i32,
    y: i32,
    width: usize,
    height: usize,
)
Expand description

Draw slightly rounded frame

ยงArguments

  • canvas - Canvas instance
  • x - top left corner coordinates
  • y - top left corner coordinates
  • width - width of frame
  • height - height of frame