---
title: "add(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfannotation/add(_:)"
---

# add(_:)

Adds a bezier path to the ink annotation.

## Declaration

```swift
func add(_ path: UIBezierPath)
```

```swift
func add(_ path: NSBezierPath)
```

## Parameters

- `path`: The bezier path to add, in annotation-space coordinates.

## See Also

### Configuring Ink Annotations

- [paths](pdfkit/pdfannotation/paths.md)
- [remove(_:)](pdfkit/pdfannotation/remove(_:).md)
