[Overview][Types][Classes][Index] |
Adds one or more transparent bitmaps to the list.
Source position: imglist.pp line 202
public procedure TCustomImageList.InsertMasked( |
Index: Integer; |
AImage: TCustomBitmap; |
MaskColor: TColor |
); |
Index |
|
The index of the inserted image. |
AImage |
|
The bitmap to be inserted. |
MaskColor |
|
The color acting as transparant color. |
MaskColor is the RGB color of the transparent pixels. Every occurence of a MaskColor pixel will be converted into a transparent pixel.
|
Inserts one or more images into the list at the index position. |
lazarus-ccr.sourceforge.net |