Description | Hierarchy | Fields | Methods | Properties |
type TGUIImageList = class(TGUIElement)
(Undocumented)
![]() |
procedure Draw(Index: LongInt; const DestPos: TPoint); overload; inline; |
![]() |
procedure Draw(Index: LongInt; const DestPos: TPoint; const ClipRect: TRect); overload; inline; |
![]() |
property ImageCount: LongInt read GetImageCount; |
![]() |
property ImageSize: TSize read GetImageSize; |
![]() |
procedure Draw(Index: LongInt; const DestPos: TPoint; const ClipRect: TRect); overload; inline; |
Draws an image and clips it to the specified rectangle if wanted. Parameters |
![]() |
property ImageCount: LongInt read GetImageCount; |
The count of Images in the list. |
![]() |
property ImageSize: TSize read GetImageSize; |
The size of the images in the list. |