TRectList

Ancestors

TObject

Description

TRectList is a container class for storing rectangles. Handling is similar to TList, but instead of storing pointers it stores TRect. Please refer to the TList documentation for further details.

Internally the rectangles are saved in an array structure instead of a pointer based approach, so as to have a more memory efficient storage.