# `GSBoundsPen.bounds`

*Instance Property*

`CGRectNull` when `hasContent == NO`.

## Declaration

```swift
var bounds: NSRect { get }
```

```objc
@property (nonatomic, readonly) NSRect bounds;
```

```python
bounds() -> NSRect
```

