DrawBuf.clipRect

returns clipping rectangle, or (0,0,dx,dy) when no clipping. sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

  1. Rect clipRect [@property getter]
  2. Rect clipRect [@property setter]
    class DrawBuf
    @property
    void
    clipRect
    (
    const ref Rect rect
    )

Meta