quadTo

Adds quadratic bezier segment from last point in the path via a control point to the specified point.

  1. void quadTo(NVGContext ctx, float cx, float cy, float x, float y)
    nothrow @trusted @nogc
    void
    quadTo
    (,
    in float cx
    ,
    in float cy
    ,
    in float x
    ,
    in float y
    )
  2. void quadTo(NVGContext ctx, float[] args)

See Also

Meta