SVGParser.SVGParser C# (CSharp) Method

SVGParser() public method

public SVGParser ( string text ) : System.Collections.Generic
text string
return System.Collections.Generic
    public SVGParser(string text)
    {
        _parser.Parse(new StringReader(text), this);
    }

Same methods

SVGParser::SVGParser ( ) : System.Collections.Generic