System.Types.TRectF.IntersectsWith

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IntersectsWith(const R: TRectF): Boolean;

C++

bool IntersectsWith(const TRectF &r) const _ALWAYS_INLINE {

Propriétés

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

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