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
TObject
TEnumerable<T>
TList<T>
TdxRectList
See Also