---
title: "transformContent(_:)"
framework: paperkit
role: symbol
role_heading: Instance Method
path: "paperkit/papermarkup/transformcontent(_:)"
---

# transformContent(_:)

Transforms the contents of this paper with the specified transform.

## Declaration

```swift
mutating func transformContent(_ transform: CGAffineTransform)
```

## Parameters

- `transform`: The transform applied to the contents of this paper. Skew is ignored.
