---
title: "init(bounds:)"
framework: paperkit
role: symbol
role_heading: Initializer
path: "paperkit/papermarkup/init(bounds:)"
---

# init(bounds:)

Initializes and returns a new paper model with the specified bounds.

## Declaration

```swift
init(bounds: CGRect)
```

## Parameters

- `bounds`: The bounds of the markup container.

## See Also

### Creating markup

- [init(dataRepresentation:)](paperkit/papermarkup/init(datarepresentation:).md)
