Function rust_raylib::ffi::DrawEllipse
source · pub unsafe extern "C" fn DrawEllipse(
centerX: c_int,
centerY: c_int,
radiusH: c_float,
radiusV: c_float,
color: Color
)
Expand description
Draw ellipse
pub unsafe extern "C" fn DrawEllipse(
centerX: c_int,
centerY: c_int,
radiusH: c_float,
radiusV: c_float,
color: Color
)
Draw ellipse