Class ColorTranslator

ColorTranslator class

Vertaalt kleuren van en naar GDI+Color structuren. Deze klasse kan niet worden geërfd.

public sealed class ColorTranslator

Constructeurs

NaamBeschrijving
ColorTranslator()De standaard constructeur.

methoden

NaamBeschrijving
static FromHtml(string)Vertaalt een HTML-kleurrepresentatie naar een GDI+Color structuur.
static FromOle(int)Vertaalt een OLE-kleurwaarde naar een GDI+Color structuur.
static FromWin32(int)Vertaalt een Windows-kleurwaarde naar een GDI+Color structuur.
static ToHtml(Color)Vertaalt het gespecificeerdeColor structuur naar een HTML-tekenreekskleurrepresentatie.
static ToOle(Color)converteertColor structuur naar OLE-presentatie van kleur.
static ToWin32(Color)converteertColor structuur naar Win32 presentatie van kleur.

Zie ook