NSDrawDarkBezel(_:_:)
Draws a dark gray-filled rectangle with a bezel border.
Declaration
func NSDrawDarkBezel(_ rect: NSRect, _ clipRect: NSRect)Parameters
- rect:
The bounding rectangle (in the current coordinate system) in which to draw. Only those parts of
aRectthat lie within theclipRectare actually drawn. - clipRect:
The clipping rectangle to use during drawing.