System.Types.TRectF.Intersects

提供: RAD Studio API Documentation
移動先: 案内検索

C++

bool Intersects(const TRectF &r) const _ALWAYS_INLINE {

プロパティ

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

説明

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

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

関連項目