System.Types.RectF
Delphi
function RectF(Left, Top, Right, Bottom: Single): TRectF;
C++
extern DELPHI_PACKAGE TRectF __fastcall RectF(float Left, float Top, float Right, float Bottom)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
Description
Returns an instance of TRectF.
The rectangle is initialized with Single values for each of its corner coordinates: Left
, Top
, Right
, and Bottom
.