FamilyTypeface.GetHashCode 方法

定義

作為 FamilyTypeface 物件的雜湊函數。 GetHashCode() 方法適用於雜湊演算法和雜湊資料表這類的資料結構。

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

傳回

型別 Int32 的值。

備註

雜湊值是使用 Style 物件的 、 WeightStretch 屬性 FamilyTypeface 來計算。

適用於