TdxRectList Class
In This Article
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