Back to Devexpress

TcxSize Class

vcl-cxgeometry-2edbe9b6.md

latest1.2 KB
Original Source

TcxSize Class

Stores pixel dimensions of a visual element.

Declaration

delphi
TcxSize = class(
    TcxPointBasedGeometryObject
)

Remarks

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

  • Specify individual visual element dimensions (Width and Height).

  • Specify dimensions as a TSize value (Value).

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TcxGeometryObject TcxPointBasedGeometryObject TcxSize

See Also

TdxSizeFloat

TcxSize Members

cxGeometry Unit