Canvas.quadraticCurveTo

Adds a quadratic Bézier curve to the current path.

  1. void quadraticCurveTo(float cpx, float cpy, float x, float y)
    struct Canvas
    public nothrow @nogc
    void
    quadraticCurveTo
    (
    float cpx
    ,
    float cpy
    ,
    float x
    ,
    float y
    )
  2. void quadraticCurveTo(vec2f controlPoint, vec2f dest)

Meta