API:FMX.InertialMovement.TPointD.Create

From RAD Studio API Documentation
Jump to: navigation, search

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() {}

Properties

Type Visibility Source Unit Parent
constructor public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!