FontStretch.LessThan(FontStretch, FontStretch) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
評估 FontStretch 的兩個執行個體,判斷其中一個執行個體是否小於另一個。
public:
static bool operator <(System::Windows::FontStretch left, System::Windows::FontStretch right);
public static bool operator < (System.Windows.FontStretch left, System.Windows.FontStretch right);
static member ( < ) : System.Windows.FontStretch * System.Windows.FontStretch -> bool
Public Shared Operator < (left As FontStretch, right As FontStretch) As Boolean
參數
- left
- FontStretch
要比較的第一個 FontStretch 執行個體。
- right
- FontStretch
要比較的第二個 FontStretch 執行個體。
傳回
如果 left
小於 right
,則為 true
;否則為 false
。