TcxCustomImageList.AddMasked(TGraphic,TColor) Method
Appends the specified image masked with a color to the image list.
Declaration
function AddMasked(AImage: TGraphic; AMaskColor: TColor): Integer;
Parameters
| Name | Type | Description |
|---|---|---|
| AImage | TGraphic | A source image container. |
| AMaskColor | TColor | A transparency mask color. |
Returns
| Type | Description |
|---|---|
| Integer | The index of the image passed as the AImage parameter if the add operation is successful; otherwise, -1. |
Remarks
Note
The transparency mask bitmaps are ignored if the Masked property is set to False.
See Also