roundedRectEllipse

Creates new rounded rectangle shaped sub-path. Specify ellipse width and height to round corners according to it. Arguments: [x, y, w, h, rw, rh]*

  1. void roundedRectEllipse(NVGContext ctx, float x, float y, float w, float h, float rw, float rh)
  2. void roundedRectEllipse(NVGContext ctx, float[] args)
    nothrow @trusted @nogc
    void
    roundedRectEllipse
    (,
    in float[] args
    )

See Also

Meta