Function raylib::ffi::ImageDrawRectangle[][src]

pub unsafe extern "C" fn ImageDrawRectangle(
    dst: *mut Image,
    posX: i32,
    posY: i32,
    width: i32,
    height: i32,
    color: Color
)