다음을 통해 공유


Color.ToHex 메서드

정의

오버로드

ToHex()
ToHex(Boolean)
사용되지 않습니다..

ToHex()

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

반환

적용 대상

ToHex(Boolean)

주의

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

매개 변수

includeAlpha
Boolean

반환

특성

적용 대상