Instance Method
setClose(_:fixStartNode:) setClosePath:fixStartNode: setClosePath_fixStartNode_
Opens or closes the path and adjusts its endpoint nodes.
Declaration
func setClose(_ closed: Bool, fixStartNode: Bool)Declaration
- (void) setClosePath:(BOOL) closed fixStartNode:(BOOL) fixStartNode;Declaration
setClosePath_fixStartNode_(closed: bool, fixStartNode: bool)Parameters
fixStartNodeWhether to move the start node to the end when closing a path whose endpoints do not coincide.
See Also
Closed/Open
Whether the final node connects to the first node.
Opens or closes the path and adjusts its endpoint nodes.