Sdílet prostřednictvím


Color.ToHex Metoda

Definice

Přetížení

ToHex()
ToHex(Boolean)
Zastaralé..

ToHex()

public:
 System::String ^ ToHex();
public string ToHex ();
member this.ToHex : unit -> string
Public Function ToHex () As String

Návraty

Platí pro

ToHex(Boolean)

Upozornění

Use ToArgbHex instead.

public:
 System::String ^ ToHex(bool includeAlpha);
[System.Obsolete("Use ToArgbHex instead.")]
public string ToHex (bool includeAlpha);
[<System.Obsolete("Use ToArgbHex instead.")>]
member this.ToHex : bool -> string
Public Function ToHex (includeAlpha As Boolean) As String

Parametry

includeAlpha
Boolean

Návraty

Atributy

Platí pro