Implement.CreateEmptySVGDocument C# (CSharp) 메소드

CreateEmptySVGDocument() 개인적인 메소드

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