Share via


Méthode Region ::Intersect(constGraphicsPath*) (gdiplusheaders.h)

La méthode Region ::Intersect met à jour cette région vers la partie d’elle-même qui croise l’intérieur du chemin spécifié.

Syntaxe

Status Intersect(
  [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 cette région.

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 .

Configuration requise

Condition requise Valeur
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

Voir aussi

Graphicspath

Rect

Région

État