NSDrawGroove(_:_:)
Draws a gray-filled rectangle with a groove border.
Declaration
func NSDrawGroove(_ 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.