rect

Creates new rectangle shaped sub-path. Arguments: [x, y, w, h]*

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

See Also

Suggestion Box / Bug Report