# `GSBaseObject boundsAngle:`

*Instance Method*

> **Deprecated**

The geometric bounds of the object after applying a transform.

## Declaration

```swift
func boundsAngle(_ transform: AffineTransform?) -> NSRect
```

```objc
- (NSRect) boundsAngle:(NSAffineTransform *) transform;
```

```python
boundsAngle_(transform: NSAffineTransform) -> NSRect
```

## Parameters

- `transform` — The transform to apply before measuring bounds.

## See Also

### Bounds

- [`GSBaseObject bounds`](/Core/GlyphsCore/GSBaseObject/bounds) — The geometric bounds of the object.
- [`GSBaseObject boundsTransform:`](/Core/GlyphsCore/GSBaseObject/boundsTransform:) — The geometric bounds of the object after applying a transform.
- [`GSBaseObject fastBounds`](/Core/GlyphsCore/GSBaseObject/fastBounds) — The overestimated bounds of the object.
- [`GSBaseObject fastBoundsTransform:`](/Core/GlyphsCore/GSBaseObject/fastBoundsTransform:) — The overestimated bounds of the object after applying a transform.

