---
title: CGPathElementType.addQuadCurveToPoint
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgpathelementtype/addquadcurvetopoint
---

# CGPathElementType.addQuadCurveToPoint

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

## Declaration

```swift
case addQuadCurveToPoint
```

## Discussion

Discussion The element holds a control point and a destination point. See the function CGPathAddQuadCurveToPoint.

## See Also

### Constants

- [CGPathElementType.moveToPoint](coregraphics/cgpathelementtype/movetopoint.md)
- [CGPathElementType.addLineToPoint](coregraphics/cgpathelementtype/addlinetopoint.md)
- [CGPathElementType.addCurveToPoint](coregraphics/cgpathelementtype/addcurvetopoint.md)
- [CGPathElementType.closeSubpath](coregraphics/cgpathelementtype/closesubpath.md)
