Skip to main content

TcxSize Class

Stores pixel dimensions of a visual element.

Declaration

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).

See Also