FMX.Utils.TLine2D.Intersects
Delphi
function Intersects(const ACircle: TCircle2D): Boolean;
C++
bool __fastcall Intersects(const TCircle2D &ACircle);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | TLine2D |
Description
Indicates whether the line intersects with the provided circle.
Returns True if the line and ACircle intersect.