System.Types.TPointF.PtInCircle

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool PtInCircle(const TPointF& CircleCenter, float Radius) const _ALWAYS_INLINE {

Properties

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

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