Partager via


Rect ::IntersectsWith, méthode (gdiplustypes.h)

La méthode Rect ::IntersectsWith détermine si ce rectangle croise un autre rectangle.

Syntaxe

BOOL IntersectsWith(
  [in] const Rect & rect
);

Paramètres

[in] rect

Type : const Rect&

Référence à un rectangle à tester.

Valeur retournée

Type : BOOL

Si l’intersection des deux rectangles n’est pas vide, cette méthode retourne TRUE ; sinon, il retourne FALSE.

Configuration requise

   
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 gdiplustypes.h (inclure Gdiplus.h)
Bibliothèque Gdiplus.lib
DLL Gdiplus.dll

Voir aussi

Méthodes d’intersection

Stylos, lignes et rectangles

Rect

RectF

Utilisation d’un stylo pour tracer des lignes et des rectangles