Converts string representations of colours into Color objects.
상속: 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();
 }