---
title: rectValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/rectvalue
---

# rectValue

The Foundation rectangle structure representation of the value.

## Declaration

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

## See Also

### Related Documentation

- [NSRect](foundation/nsrect.md)

### Working with Foundation Geometry Values

- [init(point:)](foundation/nsvalue/init(point:).md)
- [init(size:)](foundation/nsvalue/init(size:).md)
- [init(rect:)](foundation/nsvalue/init(rect:).md)
- [pointValue](foundation/nsvalue/pointvalue.md)
- [sizeValue](foundation/nsvalue/sizevalue.md)
