---
title: "init(point:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/nsvalue/init(point:)"
---

# init(point:)

Creates a new value object containing the specified Foundation point structure.

## Declaration

```swift
init(point: NSPoint)
```

## Parameters

- `point`: The value for the new object.

## Return Value

Return Value A new value object that contains the point information.

## See Also

### Related Documentation

- [NSPoint](foundation/nspoint.md)

### Working with Foundation Geometry Values

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