Color.GetHashCode Metodo

Definizione

Ottiene un codice hash per lo struct Color corrente.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Restituisce

Int32

Codice hash per lo struct Color corrente.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime Color (WinRT). Per altre informazioni, vedere Color in the UWP API reference (Informazioni di riferimento sull'API UWP).

Si applica a