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