[][src]Function blend2d_sys::blPathEllipticArcTo

pub unsafe extern "C" fn blPathEllipticArcTo(
    self_: *mut BLPathCore,
    rx: f64,
    ry: f64,
    xAxisRotation: f64,
    largeArcFlag: bool,
    sweepFlag: bool,
    x1: f64,
    y1: f64
) -> BLResult