Contents

PKConvertedBezierPointReference

An object that provides information about a B-spline control point converted from a Bézier path.

Declaration

class PKConvertedBezierPointReference

Overview

PKConvertedBezierPointReference is passed to the pointProvider block of PKStrokePathReference/initWithBezierPath:creationDate:pointProvider: so you can initialize each PKStrokePoint of the resulting path with appropriate values. A single instance is reused for each point in the conversion.

In Swift, use the equivalent value type PKStrokePath.ConvertedBezierPoint instead.

Topics

Getting the point data

Using Swift types