Method RemoveChild
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
RemoveChild(ISvgElement)
Removes the oldChild from the tree. Children of oldChild remain children of oldChild.
void RemoveChild(ISvgElement oldChild)
Parameters
oldChild
ISvgElementThe child element to be removed. The oldChild element must be an immediate child of this element.