System.Types.TRectF.IntersectsWith

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IntersectsWith(const R: TRectF): Boolean;

C++

bool IntersectsWith(const TRectF &r) const _ALWAYS_INLINE {

Properties

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

Description

Tests whether two rectangles intersect.

IntersectsWith returns the Boolean value True if two rectangles intersect. Otherwise, it returns False.

See Also