---
title: bounds
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cifeature/bounds
---

# bounds

The rectangle that holds discovered feature.

## Declaration

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

## Discussion

Discussion The rectangle is in the coordinate system of the image.

## See Also

### Feature Properties

- [type](coreimage/cifeature/type.md)
