<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/currentPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(py)currentPoint"
  },
  "title" : "currentPoint"
}
-->

# currentPoint

The current point (the trailing point or ending point in the most recently added segment).

```
var currentPoint: NSPoint { get }
```

## Discussion

This property contains the point from which the next drawn line or curve segment begins. If the path is empty, accessing this property raises <doc://com.apple.documentation/documentation/Foundation/NSExceptionName/genericException>.

## See Also

[`curve(to:controlPoint1:controlPoint2:)`](/documentation/AppKit/NSBezierPath/curve(to:controlPoint1:controlPoint2:))

Adds a Bezier cubic curve to the path.

[`close()`](/documentation/AppKit/NSBezierPath/close())

Closes the most recently added subpath.

[`move(to:)`](/documentation/AppKit/NSBezierPath/move(to:))

Moves the path’s current point to the specified location.

[`line(to:)`](/documentation/AppKit/NSBezierPath/line(to:))

Appends a straight line to the path.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)