Back to Devexpress

TdxSizeF Record

vcl-cxgeometry-40c6b26e.md

latest1.2 KB
Original Source

TdxSizeF Record

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

Declaration

delphi
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

TdxSizeDouble

TdxSizeF Members

cxGeometry Unit