roundedRectEllipse

Creates new rounded rectangle shaped sub-path. Specify ellipse width and height to round corners according to it.

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

See Also

Suggestion Box / Bug Report