RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.GetImages Method

Returns a specified image and its mask as bitmaps.

Pascal
procedure GetImages(Index: Integer; Image: TBitmap; Mask: TBitmap);
C++
__fastcall GetImages(int Index, TBitmap Image, TBitmap Mask);

Use GetImages to obtain the image (and its mask) identified by the Index parameter. 

Index specifies the image (and mask) to return, where 0 identifies the first image, 1 the second image, and so on. 

Image is a TBitmap object that receives the image of the bitmap. 

Mask is a TBitmap object that receives the image of the mask. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!