---
title: NSMoveToBezierPathElement
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsmovetobezierpathelement
---

# NSMoveToBezierPathElement

Moves the path object’s current drawing point to the specified point.

## Declaration

```occ
static const NSBezierPathElement NSMoveToBezierPathElement;
```

## Discussion

Discussion This path element does not result in any drawing. Using this command in the middle of a path results in a disconnected line segment. Contains 1 point.

## See Also

### Deprecated Constants

- [NSLineToBezierPathElement](appkit/nslinetobezierpathelement.md)
- [NSCurveToBezierPathElement](appkit/nscurvetobezierpathelement.md)
- [NSClosePathBezierPathElement](appkit/nsclosepathbezierpathelement.md)
