Instance Method
removeNode(at:)removeObjectFromNodesAtIndex:removeObjectFromNodesAtIndex_
Removes the node at an index.
Declaration
func removeNode(at idx: Int)Declaration
- (void) removeObjectFromNodesAtIndex:(NSInteger) idx;Declaration
removeObjectFromNodesAtIndex_(idx: int)See Also
Removing Nodes
Removes nodes.
Removes a node.
Removes a node without registering undo, updating the layer selection, or notifying the layer.
Removes a node and adjusts adjacent nodes to keep the path structurally valid.
Removes a node and adjusts adjacent segments to approximate the path shape.
Removes a node and adjusts adjacent segments to approximate the path shape.