System.Types.TPoint.PointInCircle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types TPoint

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.

See Also