Contents

CGPathElementType.addQuadCurveToPoint

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

Declaration

case addQuadCurveToPoint

Discussion

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

See Also

Constants