Function
OACGAddRoundedRect(_:_:_:_:_:_:) OACGAddRoundedRectOACGAddRoundedRect
Declaration
func OACGAddRoundedRect(_ context: CGContext!, _ rect: NSRect, _ topLeft: CGFloat, _ topRight: CGFloat, _ bottomLeft: CGFloat, _ bottomRight: CGFloat)Declaration
void OACGAddRoundedRect(CGContextRef context, NSRect rect, CGFloat topLeft, CGFloat topRight, CGFloat bottomLeft, CGFloat bottomRight);Declaration
OACGAddRoundedRect(context: CGContextRef, rect: NSRect, topLeft: float, topRight: float, bottomLeft: float, bottomRight: float)