---
title: renderFrame
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/markup/renderframe
---

# renderFrame

The unrotated frame that tightly fits the rendered contents of the element.

## Declaration

```swift
var renderFrame: CGRect { get }
```

## Discussion

Discussion This frame includes padding around frame to ensure it includes all the rendered aspects of the content. For example, this frame will include the strokes, and shadows of any contents.

## See Also

### Laying out

- [frame](paperkit/markup/frame.md)
- [rotation](paperkit/markup/rotation.md)
- [applyTransform(_:)](paperkit/markup/applytransform(_:).md)
