---
title: "drawBackground(inClipRect:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstableview/drawbackground(incliprect:)"
---

# drawBackground(inClipRect:)

Draws the background of the table view in the clip rect specified by the rectangle.

## Declaration

```swift
func drawBackground(inClipRect clipRect: NSRect)
```

## Parameters

- `clipRect`: The rectangle, in the table view’s coordinate system.

## See Also

### Drawing

- [drawRow(_:clipRect:)](appkit/nstableview/drawrow(_:cliprect:).md)
- [drawGrid(inClipRect:)](appkit/nstableview/drawgrid(incliprect:).md)
- [highlightSelection(inClipRect:)](appkit/nstableview/highlightselection(incliprect:).md)
