Converts string representations of colours into Color objects.
Inheritance: System.Drawing.ColorConverter
コード例 #1
0
ファイル: SvgPaintServerFactory.cs プロジェクト: ywscr/SVG
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
 }
コード例 #2
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
     _urlRefPattern   = new Regex(@"url\((#[^)]+)\)");
 }
コード例 #3
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
     _urlRefPattern = new Regex(@"url\((#[^)]+)\)");
 }
コード例 #4
0
 static SvgPaintServerFactory()
 {
     _colourConverter = new SvgColourConverter();
 }