# `GSBoundsPen.overestimated`

*Instance Property*

Whether the bounds may be larger than the actual bounds.

## Declaration

```swift
var isOverestimated: Bool { get }
```

```objc
@property (readonly, getter=isOverestimated) BOOL overestimated;
```

```python
isOverestimated() -> bool
```

