System.Types.TRect.PtInRect
C++
bool PtInRect(const TPoint& p) const _ALWAYS_INLINE {
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
説明
指定された点が、四角形の内部にあるかどうかを確認します。
PtInRect は、四角形に pt 点が含まれている場合には、True を返します。
C++
bool PtInRect(const TPoint& p) const _ALWAYS_INLINE {
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
指定された点が、四角形の内部にあるかどうかを確認します。
PtInRect は、四角形に pt 点が含まれている場合には、True を返します。