move(to:)
Begins a new subpath at the specified point.
Declaration
func move(to point: CGPoint)Parameters
- point:
The point, in user space coordinates, at which to start a new subpath.
Discussion
The specified point becomes the start point of a new subpath. The current point is set to this start point.