Trait PathBuilderExt

Source
trait PathBuilderExt {
    // Required method
    fn arc_to(
        &mut self,
        rx: f32,
        ry: f32,
        x_axis_rotation: f32,
        large_arc: bool,
        sweep: bool,
        x: f32,
        y: f32,
    );
}

Required Methods§

Source

fn arc_to( &mut self, rx: f32, ry: f32, x_axis_rotation: f32, large_arc: bool, sweep: bool, x: f32, y: f32, )

Implementations on Foreign Types§

Source§

impl PathBuilderExt for PathBuilder

Source§

fn arc_to( &mut self, rx: f32, ry: f32, x_axis_rotation: f32, large_arc: bool, sweep: bool, x: f32, y: f32, )

Implementors§