Freigeben über


Color.ToHex Methode

Definition

Überlädt

ToHex()
ToHex(Boolean)
Veraltet.

ToHex()

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

Gibt zurück

Gilt für:

ToHex(Boolean)

Achtung

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

Parameter

includeAlpha
Boolean

Gibt zurück

Attribute

Gilt für: