Node.RemoveChild
Node.RemoveChild method
Removes the child node indicated by oldChild from the list of children, and returns it.
public Node RemoveChild(Node child)
Parameter | Type | Description |
---|---|---|
child | Node | The old child. |
Return Value
Returns node
See Also
- class Node
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG