arcTo

Adds an arc segment at the corner defined by the last path point, and two specified points. Arguments: [x1, y1, x2, y2, radius]*

  1. void arcTo(NVGContext ctx, float x1, float y1, float x2, float y2, float radius)
  2. void arcTo(NVGContext ctx, float[] args)
    nothrow @trusted @nogc
    void
    arcTo
    (,
    in float[] args
    )

See Also

Meta