System.Types.TRect.Intersects

From RAD Studio API Documentation
Revision as of 11:49, 6 January 2012 by Denisa.ilascu (talk | contribs) (RAD-10287)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C++

bool Intersects(const TRect &r) const _ALWAYS_INLINE {

Properties

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

Description

Tests whether two rectangles intersect.

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

See Also