<!--
{
  "availability" : [
    "iOS: 3.2.0 -",
    "iPadOS: 3.2.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBezierPath/currentPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIBezierPath(py)currentPoint"
  },
  "title" : "currentPoint"
}
-->

# currentPoint

The current point in the graphics path.

```
var currentPoint: CGPoint { get }
```

## Discussion

The value in this property represents the starting point for new line and curve segments. If the path is currently empty, this property contains the value <doc://com.apple.documentation/documentation/CoreGraphics/CGPointZero>.

## See Also

[`isEmpty`](/documentation/UIKit/UIBezierPath/isEmpty)

A Boolean value that indicates whether the path has any valid elements.



---

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)