<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.0.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSClosePathBezierPathElement",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSClosePathBezierPathElement"
  },
  "title" : "NSClosePathBezierPathElement"
}
-->

# NSClosePathBezierPathElement

Marks the end of the current subpath at the specified point.

```
static const NSBezierPathElement NSClosePathBezierPathElement;
```

## Discussion

Note that the point specified for the Close Path element is essentially the same as the current point.

---

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)