<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKStrokePath-swift.struct/InterpolatedSlice/Stride",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "s:9PencilKit12PKStrokePathV17InterpolatedSliceV6StrideO"
  },
  "title" : "PKStrokePath.InterpolatedSlice.Stride"
}
-->

# PKStrokePath.InterpolatedSlice.Stride

The stride between elements of this slice.

```
enum Stride
```

## Topics

### Stride types

[`case distance(CGFloat)`](/documentation/PencilKit/PKStrokePath-swift.struct/InterpolatedSlice/Stride/distance(_:))

A stride based on a distance between elements you provide.

[`case parametricStep(CGFloat)`](/documentation/PencilKit/PKStrokePath-swift.struct/InterpolatedSlice/Stride/parametricStep(_:))

A stride based on a parametric step value you provide.

[`case time(TimeInterval)`](/documentation/PencilKit/PKStrokePath-swift.struct/InterpolatedSlice/Stride/time(_:))

A stride based on a time interval in seconds you provide.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)