RectHelper.GetIsEmpty(Rect) Metodo

Definizione

Restituisce un valore che indica se un Rect specificato equivale a un VuotoRect. Il codice C# e Microsoft Visual Basic devono usare 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

Parametri

target
Rect

Rect da valutare.

Restituisce

Boolean

bool

true se l' Rect specificato equivale a un vuotoRect; in caso contrario, false.

Commenti

Non usare questo metodo per verificare l'area zero; un rettangolo con area zero non è necessariamente il rettangolo vuoto. Per altre informazioni, vedere la proprietà Empty.

Si applica a