<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGPathElementType/addCurveToPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@E@CGPathElementType@kCGPathElementAddCurveToPoint"
  },
  "title" : "CGPathElementType.addCurveToPoint"
}
-->

# CGPathElementType.addCurveToPoint

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

```
case addCurveToPoint
```

## Discussion

The element holds two control points and a destination point. See the function [`CGPathAddCurveToPoint`](/documentation/CoreGraphics/CGPathAddCurveToPoint).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)