# `GSNullPen.lastPoint`

*Instance Property*

The last point to which the pen was drawn.

## Declaration

```swift
var lastPoint: NSPoint { get }
```

```objc
@property (nonatomic, readonly) NSPoint lastPoint;
```

```python
lastPoint() -> NSPoint
```

## Discussion

Updating this value is the only operation that the pen performs.

