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