Function vips_sys::im_draw_rect[][src]

pub unsafe extern "C" fn im_draw_rect(
    image: *mut VipsImage,
    left: c_int,
    top: c_int,
    width: c_int,
    height: c_int,
    fill: c_int,
    ink: *mut VipsPel
) -> c_int