Table of Contents

Method SetRoot

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SetRoot(ISvgElement?)

Sets the root element of the document.The root element must be an svg element. If the element already exists within an svg tree, it is first removed.

void SetRoot(ISvgElement? root)

Parameters

root ISvgElement

The new root element of the document.