API:FMX.InertialMovement.TRectD.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Origin: TPointD); overload;
constructor Create(const Left, Top, Right, Bottom: Double); overload;

C++

__fastcall TRectD(const TPointD &Origin)/* overload */;
__fastcall TRectD(const double Left, const double Top, const double Right, const double Bottom)/* overload */;
TRectD() {}

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.