[][src]Function graphicsmagick_sys::DrawPathEllipticArcAbsolute

pub unsafe extern "C" fn DrawPathEllipticArcAbsolute(
    context: DrawContext,
    rx: f64,
    ry: f64,
    x_axis_rotation: f64,
    large_arc_flag: c_uint,
    sweep_flag: c_uint,
    x: f64,
    y: f64
)