scissor

Sets the current scissor rectangle. The scissor rectangle is transformed by the current transform. Arguments: [x, y, w, h]*

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

See Also

Meta