NSMoveToBezierPathElement
Moves the path object’s current drawing point to the specified point.
Declaration
static const NSBezierPathElement NSMoveToBezierPathElement;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.