Implement.CreateEmptySVGDocument C# (CSharp) Method

CreateEmptySVGDocument() private method

private CreateEmptySVGDocument ( ) : void
return void
    private void CreateEmptySVGDocument()
    {
        _svgDocument = new SVGDocument(_SVGFile.text, _graphics);
    }