System.Types.TPointF.PointInCircle

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

Delphi

class function PointInCircle(const Point, Center: TPointF; const Radius: Integer): Boolean; static; inline;

プロパティ

種類 可視性 ソース ユニット
function public System.Types.pas System.Types TPointF


説明

点が円周上または円内にあるかどうかを検査します。

点が円周上または円内にある場合、PointInCircle は論理値 True を返します。そうでない場合は False を返します。

関連項目