corners(topLeftRadius:topRightRadius:bottomLeftRadius:bottomRightRadius:)
A configuration with independent radii for each corner.
Declaration
class func corners(topLeftRadius: NSViewCornerRadius?, topRightRadius: NSViewCornerRadius?, bottomLeftRadius: NSViewCornerRadius?, bottomRightRadius: NSViewCornerRadius?) -> NSViewCornerConfigurationParameters
- topLeftRadius:
Radius of top left corner.
- topRightRadius:
Radius of top right corner.
- bottomLeftRadius:
Radius of bottom left corner.
- bottomRightRadius:
Radius of bottom right corner.