Draw::Path
Inherits Draw::PathBuilder < Reference < Object
Constructors
new
SourceInstance methods
arc_to(cx : Float64, cy : Float64, rx : Float64, ry : Float64, start_angle : Float64, angle : Float64)
Adds an arc to the path
cubic_curve_to(cx1 : Float64, cy1 : Float64, cx2 : Float64, cy2 : Float64, x : Float64, y : Float64)
Adds a cubic bezier curve to the current path
quad_curve_to(cx : Float64, cy : Float64, x : Float64, y : Float64)
Adds a quadratic bezier curve to the current path