<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.2.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGPath/currentPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Graphics",
      "CoreGraphics"
    ],
    "preciseIdentifier" : "c:@F@CGPathGetCurrentPoint"
  },
  "title" : "currentPoint"
}
-->

# currentPoint

Returns the current point in a graphics path.

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

## Discussion

If the path is empty—that is, if it has no elements—this function returns [`CGPointZero`](/documentation/CoreGraphics/CGPointZero) (see [CGGeometry](/documentation/CoreGraphics/cggeometry)). To determine whether a path is empty, use [`isEmpty`](/documentation/CoreGraphics/CGPath/isEmpty).

---

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)