---
title: NSClosePathBezierPathElement
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsclosepathbezierpathelement
---

# NSClosePathBezierPathElement

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

## Declaration

```occ
static const NSBezierPathElement NSClosePathBezierPathElement;
```

## Discussion

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

## See Also

### Deprecated Constants

- [NSMoveToBezierPathElement](appkit/nsmovetobezierpathelement.md)
- [NSLineToBezierPathElement](appkit/nslinetobezierpathelement.md)
- [NSCurveToBezierPathElement](appkit/nscurvetobezierpathelement.md)
