---
title: "NSDrawLightBezel(_:_:)"
framework: appkit
role: symbol
role_heading: Function
path: "appkit/nsdrawlightbezel(_:_:)"
---

# NSDrawLightBezel(_:_:)

Draws a white-filled rectangle with a bezel border.

## Declaration

```swift
func NSDrawLightBezel(_ 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)
- [NSDrawWhiteBezel(_:_:)](appkit/nsdrawwhitebezel(_:_:).md)
