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

# arrowShape(cornerPoint:)

An arrow shape pointing in a specific direction.

## Declaration

```swift
static func arrowShape(cornerPoint: CGPoint) -> ShapeMarkup.Shape
```

## Parameters

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