barRect(flipped:)
Returns the rectangle in which the bar is drawn.
Declaration
func barRect(flipped: Bool) -> NSRectParameters
Return Value
The rectangle in which the bar is drawn, specified in the coordinate system of the NSSlider or NSMatrix with which the receiver is associated. The bar doesn’t include the slider’s bezel or knob.
Discussion
You can override this method if custom bar artwork requires specific dimensions.