Function
CGContextDrawConicGradient(_:_:_:_:) CGContextDrawConicGradientCGContextDrawConicGradient
Declaration
func CGContextDrawConicGradient(_ c: CGContext, _ gradient: CGGradient?, _ center: CGPoint, _ angle: CGFloat)Declaration
void CGContextDrawConicGradient(CGContextRef c, CGGradientRef gradient, CGPoint center, CGFloat angle);Declaration
CGContextDrawConicGradient(c: CGContextRef, gradient: CGGradientRef, center: CGPoint, angle: float)