---
title: quadrilateralPoints()
framework: pdfkit
role: symbol
role_heading: Instance Method
path: pdfkit/pdfannotationmarkup/quadrilateralpoints()
---

# quadrilateralPoints()

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

## Declaration

```swift
func quadrilateralPoints() -> [Any]!
```

## Discussion

Discussion Each quadrilateral encompasses 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

- [setQuadrilateralPoints(_:)](pdfkit/pdfannotationmarkup/setquadrilateralpoints(_:).md)
