---
title: PKConvertedBezierPointReference
framework: pencilkit
role: symbol
role_heading: Class
path: pencilkit/pkconvertedbezierpointreference
---

# PKConvertedBezierPointReference

An object that provides information about a B-spline control point converted from a Bézier path.

## Declaration

```swift
class PKConvertedBezierPointReference
```

## Overview

Overview PKConvertedBezierPointReference is passed to the pointProvider block of PKStrokePathReference/initWithBezierPath:creationDate:pointProvider: so you can initialize each PKStrokePoint of the resulting path with appropriate values. A single instance is reused for each point in the conversion. In Swift, use the equivalent value type PKStrokePath.ConvertedBezierPoint instead.

## Topics

### Getting the point data

- [index](pencilkit/pkconvertedbezierpointreference/index.md)
- [pointCount](pencilkit/pkconvertedbezierpointreference/pointcount.md)
- [location](pencilkit/pkconvertedbezierpointreference/location.md)
- [bezierSegmentIndex](pencilkit/pkconvertedbezierpointreference/beziersegmentindex.md)

### Using Swift types

- [PKStrokePath.ConvertedBezierPoint](pencilkit/pkstrokepath-swift.struct/convertedbezierpoint.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
