AddBitmapsMasked Method

Object List Next Object

Defined By:
ImageList

Description:

Use this function to add images to the ImageList object from the specified Bitmap object

Declaration:

Function AddBitmapsMasked(images As Bitmap, ByVal maskColor As Long) As Long

Details:

There can be more than one image in the Bitmap object. The value of the ImageWidth property and the width of the Bitmap will be used to determine how many images are copied from the Bitmap. The second argument specifies the color of the bitmap to use when computing the mask images. Wherever that color appears. the mask will be made.

See Also: