Description | Hierarchy | Fields | Methods | Properties |
type TAdRectList = class(TAdList)
A list that contains a set of rectangles. TAdRectList is used by TAdCustomImage in order to save the precalculated pattern images.
procedure Add(ARect:TAdRect); |
property Items[AIndex:integer]: TAdRect read GetItem write SetItem; |
procedure Add(ARect:TAdRect); |
|
Add a rectangle to the list. |
property Items[AIndex:integer]: TAdRect read GetItem write SetItem; |
|
Read/Write access to the rectangles. |