Renderer.clipRect

Acts as SDL_RenderSetClipRect(renderer, NULL) which removes the clipping dsdl2.Rect of the renderer

  1. Rect clipRect()
  2. void clipRect(Rect newRect)
  3. void clipRect(typeof(null) _)
    class Renderer
    @property @trusted
    void
    clipRect
    (
    typeof(null) _
    )
  4. void clipRect(Nullable!Rect newRect)

Meta