ColorTranslator Třída

Definice

Překládá barvy do a ze struktur GDI+ Color . Tato třída se nemůže dědit.

public ref class ColorTranslator abstract sealed
public ref class ColorTranslator sealed
public static class ColorTranslator
public sealed class ColorTranslator
type ColorTranslator = class
Public Class ColorTranslator
Public NotInheritable Class ColorTranslator
Dědičnost
ColorTranslator

Metody

Name Description
FromHtml(String)

Přeloží reprezentaci barev HTML na strukturu GDI+ Color .

FromOle(Int32)

Přeloží hodnotu barvy OLE na strukturu GDI+ Color .

FromWin32(Int32)

Přeloží hodnotu barvy Windows na strukturu GDI+ Color.

ToHtml(Color)

Přeloží zadanou Color strukturu na reprezentaci barvy řetězce HTML.

ToOle(Color)

Přeloží zadanou Color strukturu na barvu OLE.

ToWin32(Color)

Přeloží zadanou strukturu Color na Windows barvu.

Platí pro