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