System.Types.TRectF.PtInRect

提供:RAD Studio API Documentation

C++

bool PtInRect(const TPointF& p) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public SystemTypes.h System.Types TRectF

説明

指定された点が、四角形の内部にあるかどうかを確認します。

PtInRect は、四角形に p 点が含む場合には、True を返します。

関連項目