Contents

CGPathElementType.addCurveToPoint

The path element that adds a cubic curve from the current point to the specified point.

Declaration

case addCurveToPoint

Discussion

The element holds two control points and a destination point. See the function CGPathAddCurveToPoint.

See Also

Constants