共用方式為


RectHelper.GetIsEmpty(Rect) 方法

定義

傳回指定的 Rect 是否相當於 EmptyRect。 C# 和 Microsoft Visual Basic 程式代碼應該改用 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

參數

target
Rect

要評估的 Rect

傳回

Boolean

bool

如果 指定的 rect 等於 EmptyRect,則為 true ; 否則,false

備註

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

適用於