Converts string representations of colours into Color objects.
Inheritance: System.Drawing.ColorConverter
Ejemplo n.º 1
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
 }
Ejemplo n.º 2
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
     _urlRefPattern   = new Regex(@"url\((#[^)]+)\)");
 }
Ejemplo n.º 3
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
     _urlRefPattern = new Regex(@"url\((#[^)]+)\)");
 }
Ejemplo n.º 4
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
 }