---
title: "NSDrawWhiteBezel(_:_:)"
framework: appkit
role: symbol
role_heading: Function
path: "appkit/nsdrawwhitebezel(_:_:)"
---

# NSDrawWhiteBezel(_:_:)

Draws a white-filled rectangle with a bezel border.

## Declaration

```swift
func NSDrawWhiteBezel(_ rect: NSRect, _ clipRect: NSRect)
```

## Parameters

- `rect`: The bounding rectangle (in the current coordinate system) in which to draw. Only those parts of aRect that lie within the clipRect are actually drawn.
- `clipRect`: The clipping rectangle to use during drawing.

## See Also

### Related Documentation

- [NSDrawTiledRects(_:_:_:_:_:)](appkit/nsdrawtiledrects(_:_:_:_:_:).md)

### Drawing Bezels

- [NSDrawDarkBezel(_:_:)](appkit/nsdrawdarkbezel(_:_:).md)
- [NSDrawGrayBezel(_:_:)](appkit/nsdrawgraybezel(_:_:).md)
- [NSDrawLightBezel(_:_:)](appkit/nsdrawlightbezel(_:_:).md)
