Skip to main content
All docs
V25.1
  • TdxRectList Class

    An ordered list of rectangles.

    Declaration

    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

    See Also