共用方式為


SizeHelper.GetIsEmpty(Size) 方法

定義

傳回指定的 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

參數

target
Size

要評估 Size

傳回

Boolean

bool

如果指定的 Size 相當於 空白大小,則為 true ; 否則,false

備註

請勿使用此方法測試零區域;具有零區域的大小不一定是空 大小 。 如需詳細資訊,請參閱空 屬性

適用於