TdxRectF Record
A TRect type equivalent with the single-precision floating-point coordinates and dimensions.
Declaration
TdxRectF = record
Remarks
This record provides the following members that allow you to:
Move and resize the rectangle (Location, Width, and Height);
Specify the coordinates of the rectangle’s individual corners (Left, Top, Right, Bottom, TopLeft, TopRight, BottomLeft, and BottomRight);
See Also