Skip to main content

TdxSizeF Record

A TSize type equivalent with the single-precision floating-point Height and Width dimensions.

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