RectHelper.GetIsEmpty(Rect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne si un Rect
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
Paramètres
Retours
bool
Remarques
N’utilisez pas cette méthode pour tester la zone zéro ; un rectangle avec une zone nulle n’est pas nécessairement le rectangle vide. Pour plus d’informations, consultez la propriété vide.