FamilyTypeface.GetHashCode Metodo

Definizione

Funge da funzione hash per un oggetto FamilyTypeface. Il metodo GetHashCode() può essere utilizzato in algoritmi di hash e strutture di dati, ad esempio una tabella hash.

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

Restituisce

Valore di tipo Int32.

Commenti

Il valore hash viene calcolato usando le Styleproprietà , Weighte Stretch dell'oggetto FamilyTypeface .

Si applica a