BitmapList property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

long BitmapList

Overview

Refer to Bitmaps and Bitmap Lists.

Remarks

Gets or sets the bitmap list.

You can use this property to copy an entire list of bitmaps from one Main Control to another. You can also set this property to 0 to free all bitmaps in the list.

If you assign a bitmap to the Bitmap property, the current bitmap in the bitmap list will be replaced. If you set the Bitmap property to 0, the current bitmap is removed from the bitmap list. For example, if you load a file that contains 4 images into a bitmap list, and then set the Bitmap property to 0, the current bitmap will be removed from the bitmap list and BitmapListCount property will be decreased by 1.

See Also

Topics:

Raster Images: Creating and Maintaining Lists of Images

 

Raster Images: Copying Images