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