Renderer.clipRect

Sets the clip area for the renderer Anything that is rendered outside of the clip area gets discarded

  1. iRectangle clipRect [@property setter]
    class Renderer
    @property
    void
    clipRect
    (
    iRectangle clipArea
    )
  2. iRectangle clipRect [@property getter]

Meta