init(controlPoints:creationDate:id:)
Creates a stroke path with the specified cubic B-spline control points and a unique identifier.
Declaration
init<T>(controlPoints: T, creationDate: Date, id: UUID) where T : Sequence, T.Element == PKStrokePointParameters
- controlPoints:
An array of control points for a cubic B-spline.
- creationDate:
The start time of this path.
- id:
The unique identity of the path.