Renderer.clipRect

Wraps SDL_RenderGetClipRect which gets the clipping dsdl2.Rect of the renderer

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

Return Value

Type: Rect

clipping dsdl2.Rect of the renderer

Meta