TcxCustomImageList.AddMasked(TGraphic,TColor) Method
In This Article
Appends the specified image masked with a color to the image list.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AImage | TGraphic | A source image container. |
AMask |
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