Appends a cubic Bézier curve from the current point, using the provided control points and end point .
Original signature is 'void CGContextAddCurveToPoint ( CGContextRef c, CGFloat cp1x, CGFloat cp1y, CGFloat cp2x, CGFloat cp2y, CGFloat x, CGFloat y );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)