Svg.SvgPaintServerFactory.SvgPaintServerFactory C# (CSharp) 메소드

SvgPaintServerFactory() 정적인 개인적인 메소드

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