---
title: startPoint
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/startpoint
---

# startPoint

The point where a line begins, in annotation-space coordinates.

## Declaration

```swift
var startPoint: CGPoint { get set }
```

```swift
var startPoint: NSPoint { get set }
```

## See Also

### Configuring Line Annotations

- [endPoint](pdfkit/pdfannotation/endpoint.md)
- [startLineStyle](pdfkit/pdfannotation/startlinestyle.md)
- [endLineStyle](pdfkit/pdfannotation/endlinestyle.md)
- [lineStyle(fromName:)](pdfkit/pdfannotation/linestyle(fromname:).md)
- [name(for:)](pdfkit/pdfannotation/name(for:).md)
