C# Class ServiceMonitor.ColorSettings

Datei anzeigen Open project: davyxu/ServiceMonitor Class Usage Examples

Public Methods

Method Description
ColorToBrush ( Color c ) : Brush
LoadColorTable ( string filename ) : void
PickColorFromText ( string text ) : Color

Method Details

ColorToBrush() public static method

public static ColorToBrush ( Color c ) : Brush
c Color
return System.Drawing.Brush

LoadColorTable() public static method

public static LoadColorTable ( string filename ) : void
filename string
return void

PickColorFromText() public static method

public static PickColorFromText ( string text ) : Color
text string
return Color