API:FMX.Utils.TLine2D
Delphi
TLine2D = record
C++
struct DECLSPEC_DRECORD TLine2D
{
public:
System::Types::TPointF Origin;
System::Types::TPointF Direction;
__fastcall TLine2D(const System::Types::TPointF &AnOrigin, const System::Types::TPointF &ADestination);
bool __fastcall Intersects(const TCircle2D &ACircle);
TLine2D() {}
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | FMX.Utils |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !