Contents

drawBezel(withFrame:in:)

Draws the border of the button using the current bezel style.

Declaration

func drawBezel(withFrame frame: NSRect, in controlView: NSView)

Parameters

  • frame:

    The bounding rectangle of the button.

  • controlView:

    The control being drawn.

Discussion

This method is called automatically when the button is redrawn; you should not call it directly.

See Also

Related Documentation

Drawing the Button Content