---
title: "applyTransform(_:)"
framework: paperkit
role: symbol
role_heading: Instance Method
path: "paperkit/markup/applytransform(_:)"
---

# applyTransform(_:)

Transforms this element with the specified transform.

## Declaration

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

## Parameters

- `transform`: The transform applied to the element. Skew is ignored.

## See Also

### Laying out

- [frame](paperkit/markup/frame.md)
- [rotation](paperkit/markup/rotation.md)
- [renderFrame](paperkit/markup/renderframe.md)
