Méthode Region::Exclude(constGraphicsPath*) (gdiplusheaders.h)
La méthode Region::Exclude met à jour cette région vers la partie d’elle-même qui n’entrecroise pas l’intérieur du chemin spécifié.
Syntaxe
Status Exclude(
[in] const GraphicsPath *path
);
Paramètres
[in] path
Type : const GraphicsPath*
Pointeur vers un objet GraphicsPath qui spécifie le chemin d’accès à utiliser pour mettre à jour cet objet Region .
Valeur retournée
Type : État
Si la méthode réussit, elle retourne Ok, qui est un élément de l’énumération Status .
Si la méthode échoue, elle retourne l’un des autres éléments de l’énumération Status .
Spécifications
Client minimal pris en charge | Windows XP, Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | gdiplusheaders.h (inclure Gdiplus.h) |
Bibliothèque | Gdiplus.lib |
DLL | Gdiplus.dll |