CGPathElementType.addCurveToPoint
The path element that adds a cubic curve from the current point to the specified point.
Declaration
case addCurveToPointDiscussion
The element holds two control points and a destination point. See the function CGPathAddCurveToPoint.