FMX.Utils.TLine2D.Intersects

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also