Class TGUIImageList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUIImageList = class(TGUIElement)

Description

(Undocumented)

Hierarchy

Overview

Methods

Public procedure Draw(Index: LongInt; const DestPos: TPoint); overload; inline;
Public procedure Draw(Index: LongInt; const DestPos: TPoint; const ClipRect: TRect); overload; inline;

Properties

Public property ImageCount: LongInt read GetImageCount;
Public property ImageSize: TSize read GetImageSize;

Description

Methods

Public procedure Draw(Index: LongInt; const DestPos: TPoint); overload; inline;

Draws an image and clips it to the specified rectangle if wanted.
Overloaded for default parameters.

Parameters
Index
Index of the image.
DestPos
Position of the image to draw.
Public 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
Index
Index of the image.
DestPos
Position of the image to draw.
ClipRect
Rectalgle against which the text will be clipped.

Properties

Public property ImageCount: LongInt read GetImageCount;

The count of Images in the list.

Public property ImageSize: TSize read GetImageSize;

The size of the images in the list.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22