Contents

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 aRect that lie within the clipRect are actually drawn.

  • clipRect:

    The clipping rectangle to use during drawing.

See Also

Related Documentation

Drawing Bezels