---
title: "appending(_:)"
framework: pencilkit
role: symbol
role_heading: Instance Method
path: "pencilkit/pkdrawing-swift.struct/appending(_:)"
---

# appending(_:)

Returns a new drawing created by appending the current drawing with another drawing you provide.

## Declaration

```swift
func appending(_ toAppend: PKDrawing) -> PKDrawing
```

## Parameters

- `toAppend`: A drawing object that contains additional content.

## Return Value

Return Value A new drawing created by merging the content from the current object with the content in the drawing parameter.

## See Also

### Modifying the drawing

- [transform(using:)](pencilkit/pkdrawing-swift.struct/transform(using:).md)
- [transformed(using:)](pencilkit/pkdrawing-swift.struct/transformed(using:).md)
- [append(_:)](pencilkit/pkdrawing-swift.struct/append(_:).md)
