System.Types.TRectF.Overlaps
C++
bool Overlaps(const TRectF &r) const _ALWAYS_INLINE {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRectF |
Description
Tests whether this rectangle overlaps with the specified rectangle.
Overlaps returns True if this rectangle contains the BottomRight and TopLeft of the r rectangle.