SizeHelper.GetIsEmpty(Size) 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 taille de
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
Paramètres
- target
- Size
Retours
bool
Remarques
N’utilisez pas cette méthode pour tester la zone zéro ; une taille avec une zone nulle n’est pas nécessairement la taille vide. Pour plus d’informations, consultez la propriété vide.