[Overview][Types][Classes][Index] |
AddMasked - adds one or more bitmaps to the list
Source position: imglist.pp line 168
public function TCustomImageList.AddMasked( |
Image: TBitmap; |
MaskColor: TColor |
):Integer; |
Every pixel of MaskColor will become transparent. Image can contain multiple images of the same Width and Height. Returns the index of the first added bitmap, or -1 if unsuccessful.
lazarus-ccr.sourceforge.net |