Back to Devexpress

TdxSizeFloat Class

vcl-cxgeometry-c01d609f.md

latest1.2 KB
Original Source

TdxSizeFloat Class

Stores dimensions in double precision floating-point coordinates.

Declaration

delphi
TdxSizeFloat = class(
    TcxPointDoubleBasedGeometryObject
)

Remarks

This class extends its ancestor with members that allow you to do the following:

  • Create a new TdxSizeFloat value (Create).

  • Specify dimensions (Width, Height, and Value).

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TcxGeometryObject TcxPointDoubleBasedGeometryObject TdxSizeFloat

See Also

TcxSize

TdxSizeFloat Members

cxGeometry Unit