Implement.CreateEmptySVGDocument C# (CSharp) Méthode

CreateEmptySVGDocument() private méthode

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