Back to Devexpress

TdxRectList Class

vcl-cxgeometry-7e9c9594.md

latest1004 B
Original Source

TdxRectList Class

An ordered list of rectangles.

Declaration

delphi
TdxRectList = class(
    TList<TRect>
)

Remarks

The TdxRectList class instantiates its ancestor with the TRect type and implements the following members that allow you to:

  • Shift all rectangles horizontally and/or vertically (Offset).
  • Obtain the bounding rectangle for all rectangles in the list (Union).

Inheritance

TObject TEnumerable<T> TList<T> TdxRectList

See Also

TdxRectList Members

cxGeometry Unit