---
title: "setQuadrilateralPoints(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfannotationmarkup/setquadrilateralpoints(_:)"
---

# setQuadrilateralPoints(_:)

Sets the array of quadrilateral points defining the bounds of the markup.

## Declaration

```swift
func setQuadrilateralPoints(_ points: [Any]!)
```

## Discussion

Discussion The points defined by each quadrilateral array should encompass a word or a contiguous group of words. The quadrilateral points are ordered counterclockwise, with the first point closest to the origin in page space. Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.

## See Also

### Working with Markup Boundaries

- [quadrilateralPoints()](pdfkit/pdfannotationmarkup/quadrilateralpoints().md)
