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