System.Types.TRectF.IntersectsWith

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

Delphi

function IntersectsWith(const R: TRectF): Boolean;

C++

bool IntersectsWith(const TRectF &r) const _ALWAYS_INLINE {

プロパティ

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

説明

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

IntersectsWith は、2 つの四角形が交差している場合、Boolean 値 True を返します。 そうでなければ、False を返します。

関連項目