Function gsk4_sys::gsk_path_builder_svg_arc_to

source ·
pub unsafe extern "C" fn gsk_path_builder_svg_arc_to(
    self_: *mut GskPathBuilder,
    rx: c_float,
    ry: c_float,
    x_axis_rotation: c_float,
    large_arc: gboolean,
    positive_sweep: gboolean,
    x: c_float,
    y: c_float
)
Available on crate feature v4_14 only.