---
title: maskedPathRanges
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkstroke-swift.struct/maskedpathranges
---

# maskedPathRanges

The range of points in the stroke path reference that intersect the stroke’s mask.

## Declaration

```swift
var maskedPathRanges: [ClosedRange<CGFloat>] { get }
```

## See Also

### Getting the stroke properties

- [ink](pencilkit/pkstroke-swift.struct/ink.md)
- [mask](pencilkit/pkstroke-swift.struct/mask-8g6sx.md)
- [mask](pencilkit/pkstroke-swift.struct/mask-16kkz.md)
- [path](pencilkit/pkstroke-swift.struct/path.md)
- [renderBounds](pencilkit/pkstroke-swift.struct/renderbounds.md)
- [transform](pencilkit/pkstroke-swift.struct/transform.md)
- [randomSeed](pencilkit/pkstroke-swift.struct/randomseed.md)
