System.Types.TRectF.Intersects
C++
bool Intersects(const TRectF &r) const _ALWAYS_INLINE {
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRectF |
説明
2 つの四角形が交差しているかどうかを確認します。
Intersects は、四角形に r 四角形の BottomRight または TopLeft が含む場合には、True を返します。