System.Types.TRect.PtInRect

提供: RAD Studio API Documentation
移動先: 案内検索

C++

bool PtInRect(const TPoint& p) const _ALWAYS_INLINE {

プロパティ

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


説明

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

PtInRect は、四角形に pt 点が含まれている場合には、True を返します。

関連項目