Svg.SvgPaintServerFactory.SvgPaintServerFactory C# (CSharp) Méthode

SvgPaintServerFactory() static private méthode

static private SvgPaintServerFactory ( ) : System
Résultat System
        static SvgPaintServerFactory()
        {
            _colourConverter = new SvgColourConverter();
            _urlRefPattern = new Regex(@"url\((#[^)]+)\)");
        }