AllowingMoveTo
public protocol AllowingMoveTo
Interface exposed upon beginning the Path step-building pattern, or after a subPath has
been closed.
-
Undocumented
Declaration
Swift
@discardableResult func move(to point: Point) -> AllowingAllPathElements -
Undocumented
Declaration
Swift
@discardableResult func addCurve(_ curve: BezierCurve) -> AllowingAllPathElements
View on GitHub
Install in Dash
AllowingMoveTo Protocol Reference