Case

Path.Element.move(to:)

A path element that terminates the current subpath (without closing it) and defines a new current point. あるパス要素、それは現在のサブパスを終えます(それを閉じることなく)、そして新しい現在の地点を定義します。

Declaration 宣言

case move(to: CGPoint)

See Also 参照

Getting Path Elements