Contents

drawCellInside(_:)

Draws the inside of the receiver’s cell (the area within the bezel or border)

Declaration

func drawCellInside(_ cell: NSCell)

Parameters

  • cell:

    The cell to draw. If the cell does not belong to the receiver, this method does nothing.

Discussion

If the receiver is transparent, the method causes the superview to draw itself. This method invokes the drawInterior(withFrame:in:) method of NSCell. This method has no effect on controls (such as NSMatrix and NSForm) that have multiple cells.

See Also

Deprecated Methods