Renderer.clipRect

Wraps SDL_RenderSetClipRect which sets the clipping dsdl2.Rect of the renderer

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

Parameters

newRect Rect

dsdl2.Rect to set as the clipping rectangle

Meta