Table of Contents

Method AppendChild

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

AppendChild(ISvgElement)

Appends an element to the list of children. If the element already has a parent, it is removed from this parent as part of the append operation.

void AppendChild(ISvgElement newChild)

Parameters

newChild ISvgElement

The element to append.

Remarks

Throws an exception if this element cannot accept children of the type of newChild. Throws an exception if the newChild is an ancestor of this element.