Function rust_raylib::ffi::ImageDrawRectangle
source · pub unsafe extern "C" fn ImageDrawRectangle(
dst: *mut Image,
posX: c_int,
posY: c_int,
width: c_int,
height: c_int,
color: Color
)
Expand description
Draw rectangle within an image