---
title: "init(location:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/vnpoint/init(location:)"
---

# init(location:)

Creates a point object from the specified Core Graphics point.

## Declaration

```swift
convenience init(location: CGPoint)
```

## Parameters

- `location`: The Core Graphics point.

## See Also

### Creating a Point

- [init(x:y:)](vision/vnpoint/init(x:y:).md)
- [apply(_:to:)](vision/vnpoint/apply(_:to:).md)
- [zero](vision/vnpoint/zero.md)
