Function blPathArcTo

Source
pub unsafe extern "C" fn blPathArcTo(
    self_: *mut BLPathCore,
    x: f64,
    y: f64,
    rx: f64,
    ry: f64,
    start: f64,
    sweep: f64,
    forceMoveTo: bool,
) -> BLResult