I use old Delphi to occasionally program small utilities, so you can't say I'm good at Delphi. I have used the Gustavo Daud's library in the past
Naast PtInRect bestaat er ook PtInCircle.
Al iets meer zoals je zoekt
https://docwiki.embarcadero.com/Code...ircle_(Delphi)
Ik weet dat er in Delphi een PtInRect functie bestaat waarmee je makkelijk kan bepalen of een punt in een TRect intersect. Alleen bestaat er ook zoiets
Reidinga Today, 15:20
Point intersect with Ellipse
[HIGHLIGHT="Delphi"]
Anant Today, 20:06function PtInEllipse(const Rect: TRect; const P: TPoint): Boolean;
var
a, b: Integer;
center: