RectHelper.GetIsEmpty(Rect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 Rect 是否相當於 EmptyRect。 C# 程式代碼應該改用 Rect.IsEmpty。
public:
static bool GetIsEmpty(Rect target);
static bool GetIsEmpty(Rect const& target);
public static bool GetIsEmpty(Rect target);
function getIsEmpty(target)
Public Shared Function GetIsEmpty (target As Rect) As Boolean
參數
傳回
Boolean
bool
如果指定的 Rect 相當於 EmptyRect,則為 true
;否則,false
。
備註
請勿使用此方法測試零區域;具有零區域的矩形不一定是空白 矩形