---
title: "init(cornerPoint:)"
framework: paperkit
role: symbol
role_heading: Initializer
path: "paperkit/shapemarkup/shape-swift.enum/arrowshape/init(cornerpoint:)"
---

# init(cornerPoint:)

Create a new arrow shape pointing in a specific direction.

## Declaration

```swift
init(cornerPoint: CGPoint)
```

## Parameters

- `cornerPoint`: The location of the arrow’s corner (where the two sides meet) in unit coordinate space.
