Contents

subscript(_:)

Returns the B-spline control point the location index that you provide.

Declaration

subscript(i: Int) -> PKStrokePoint { get }

Parameters

  • i:

    A control point index.

Return Value

The PKStrokePointReference at control point subscript location i.

See Also

Accessing and interpolating points