Skip to main content

ImageCollection<TImage, TInfo>.Insert(Int32, TImage) Method

Adds the specific image to this collection, , and places this image to the specific position.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Insert(
    int index,
    TImage item
)

Parameters

Name Type Description
index Int32

The position the added image should have inside this collection.

item TImage

The image to be added.

See Also