TdxSizeF Record
Declaration
TdxSizeF = record
Remarks
The TdxSizeF type provides the following methods:
The class functions that return a specific TdxSizeF value (Create and Null);
The function returning a TdxSizeF value whose field values store the Height and Width values rounded up to the nearest integer (Ceil);
The procedure that assigns the specified values to the Height and Width fields (Init).
See Also