Share via


UiaRectIsEmpty, fonction (uiautomationcoreapi.h)

Note Cette fonction est déconseillée. Les applications clientes doivent utiliser les interfaces COM (Component Object Model) Microsoft UI Automation à la place.
 
Obtient une valeur booléenne qui spécifie si toutes ses coordonnées sont définies sur 0 dans un rectangle.

Syntaxe

bool UiaRectIsEmpty(
  [in, ref] const UiaRect & rc
);

Paramètres

[in, ref] rc

Type : const UiaRect

Référence à une structure UiaRect qui contient les coordonnées du rectangle.

Valeur retournée

Type : bool

TRUE si le rectangle est vide ; sinon , FALSE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête uiautomationcoreapi.h
Bibliothèque Uiautomationcore.lib
DLL Uiautomationcore.dll