Function raylib_sys::DrawEllipse[][src]

pub unsafe extern "C" fn DrawEllipse(
    centerX: c_int,
    centerY: c_int,
    radiusH: f32,
    radiusV: f32,
    color: Color
)