System.Types.TPoint.PtInCircle

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool PtInCircle(const TPoint& CircleCenter, int Radius) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TPoint

Description

Tests whether the point is within a circle.

PtInCircle returns the Boolean value True if the point is within the circle. Otherwise, it returns False.

See Also