roundedRect

Creates new rounded rectangle shaped sub-path.

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

See Also

Meta