System.Types.TPoint.PtInCircle

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

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

Description

Teste si le point se trouve à l'intérieur d'un cercle.

PtInCircle renvoie la valeur booléenne True si le point se trouve à l'intérieur du cercle. Sinon, elle renvoie False.

Voir aussi