Back to Devexpress

TcxCustomImageList.InsertMasked(Integer,TGraphic,TColor) Method

vcl-cximagelist-dot-tcxcustomimagelist-dot-insertmasked-x28-system-dot-integer-vcl-dot-graphics-dot-tgraphic-vcl-dot-graphics-dot-tcolor-x29.md

latest3.3 KB
Original Source

TcxCustomImageList.InsertMasked(Integer,TGraphic,TColor) Method

Inserts an image masked with a color at the specified position within the image list.

Declaration

delphi
procedure InsertMasked(AIndex: Integer; AImage: TGraphic; AMaskColor: TColor);

Parameters

NameTypeDescription
AIndexInteger

The position within the image list.

| | AImage | TGraphic |

The source image container.

| | AMaskColor | TColor |

The transparency mask color.

|

Remarks

Note

The transparency mask bitmaps are ignored if the Masked property is set to False.

See Also

TcxCustomImageList.Add

TcxCustomImageList.AddBitmap

TcxCustomImageList.AddIcon

TcxCustomImageList.AddImage

TcxCustomImageList.AddImages

TcxCustomImageList.AddMasked

TcxCustomImageList.Clear

TcxCustomImageList.CopyImages

TcxCustomImageList.Delete

TcxCustomImageList.FileLoad

TcxCustomImageList.GetInstRes

TcxCustomImageList.Insert

TcxCustomImageList.InsertIcon

TcxCustomImageList.Replace

TcxCustomImageList.ReplaceIcon

TcxCustomImageList.ReplaceMasked

TcxCustomImageList.ResInstLoad

TcxCustomImageList.ResourceLoad

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit