---
title: pointValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/pointvalue
---

# pointValue

The Foundation point structure representation of the value.

## Declaration

```swift
var pointValue: NSPoint { get }
```

## See Also

### Related Documentation

- [NSPoint](foundation/nspoint.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)
- [sizeValue](foundation/nsvalue/sizevalue.md)
- [rectValue](foundation/nsvalue/rectvalue.md)
