Svg2Xaml.SvgDocument.SvgDocument C# (CSharp) Method

SvgDocument() public method

public SvgDocument ( System.Xml.Linq.XElement root, SvgReaderOptions options ) : System.Collections.Generic
root System.Xml.Linq.XElement
options SvgReaderOptions
return System.Collections.Generic
        public SvgDocument(XElement root, SvgReaderOptions options)
        {
            Root    = new SvgSVGElement(this, null, root);
              Options = options;
        }