System.Types.TPointF.PointInCircle
Delphi
class function PointInCircle(const Point, Center: TPointF; const Radius: Integer): Boolean; static; inline;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Types.pas | System.Types | TPointF | 
Description
Tests whether the point is on or inside a circle.
PointInCircle returns the Boolean value True if the point is on or inside the circle. Otherwise, it returns False.