System.Types.TRect.Intersects

提供:RAD Studio API Documentation

C++

bool Intersects(const TRect &r) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public SystemTypes.h System.Types TRect


説明

2 つの四角形が交差しているかどうかを確認します。

Intersects は、四角形に r 四角形の BottomRight または TopLeft含まれている場合には、True を返します。

関連項目