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