Function raylib::ffi::ImageDrawLine[][src]

pub unsafe extern "C" fn ImageDrawLine(
    dst: *mut Image,
    startPosX: i32,
    startPosY: i32,
    endPosX: i32,
    endPosY: i32,
    color: Color
)