Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.AddMasked(TGraphic,TColor) Method

Appends the specified image masked with a color to the image list.

#Declaration

Delphi
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