Skip to main content

ImageCollection.InsertImage(Image, String, Type, Int32, String) Method

Inserts an image from project resources.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void InsertImage(
    Image image,
    string name,
    Type resourceType,
    int index,
    string resName
)

Parameters

Name Type Description
image Image

An image to be inserted.

name String

The name of the image to be inserted.

resourceType Type

The type of the class where the image to be inserted is defined.

index Int32

An integer value that specifies the position at which the image needs to be inserted in the image collection.

resName String

The name of the class where the image to be inserted is defined.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also