Instance Method
removeElement(_:)removeElement:removeElement_
Removes a selectable element from the layer.
Declaration
func removeElement(_ element: any GSSelectableElementProtocol)Declaration
- (void) removeElement:(GSSelectableElement *) element;Declaration
removeElement_(element: GSSelectableElement)Discussion
Removing the last node of a path also removes the path.
See Also
Selection Serialization
Content representing the selected elements for serialization and paste.
Structural mappings for the selected elements.
Removes elements described by structural mappings.
Removes mapped nodes while preserving the unselected path portions.
Adds content from a serialized selection dictionary.
Separates paths by whether they contain selected nodes.