Contents

init(controlPoints:creationDate:strokePathID:)

Creates a stroke path with the specified control points and a unique identifier.

Declaration

convenience init(controlPoints: [PKStrokePoint], creationDate: Date, strokePathID: UUID)

Parameters

  • controlPoints:

    An array of control points for a cubic B-spline.

  • creationDate:

    The start time of this path.

  • strokePathID:

    The unique identity of the stroke path.

Discussion