The OpenD Programming Language

scissor

Sets the current scissor rectangle. The scissor rectangle is transformed by the current transform.

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

See Also

Meta