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
ISvgElementThe new root element of the document.