rect

Creates new rectangle shaped sub-path.

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

See Also

Meta