Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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