Method Deserialize
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Deserialize(Stream)
Deserializes a subtree from the stream. The stream must have only one root element, but that root element need not be an 'svg' element. The output element is not inserted into this document tree.
ISvgElement Deserialize(Stream inputXmlStream)
Parameters
inputXmlStream
StreamAn input stream containing the SVG XML subtree.
Returns
- ISvgElement
The root of the subtree.