FamilyTypeface.GetHashCode Metodo

Definizione

Funge da funzione hash per un FamilyTypeface oggetto . Il GetHashCode() metodo è adatto per l'uso in algoritmi di hash e strutture di dati come una tabella hash.

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

Valori restituiti

Valore di tipo Int32.

Commenti

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

Si applica a