System.Types.TRectF.IntersectsWith
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 を返します。