System.Types.TRect.IntersectsWith

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IntersectsWith(const R: TRect): Boolean;

C++

bool IntersectsWith(const TRect &r) const _ALWAYS_INLINE {

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Types.pas
SystemTypes.h
System.Types TRect

Description

Teste si deux rectangles s'intersectent.

IntersectsWith renvoie la valeur booléenne True si deux rectangles s'intersectent. Sinon, elle renvoie False.

Voir aussi