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