API:FMX.InertialMovement.TPointD.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const P: TPointD); overload;
constructor Create(const P: TPointF); overload;
constructor Create(const P: TPoint); overload;
constructor Create(const X, Y: Double); overload;

C++

__fastcall TPointD(const TPointD &P)/* overload */;
__fastcall TPointD(const System::Types::TPointF &P)/* overload */;
__fastcall TPointD(const System::Types::TPoint &P)/* overload */;
__fastcall TPointD(const double X, const double Y)/* overload */;
TPointD() {}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.