System.Types.TRectF.Intersects

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool Intersects(const TRectF &r) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TRectF

Description

Tests whether two rectangles intersect.

Intersects returns True if a rectangle contains the BottomRight or TopLeft of the r rectangle.

See Also