Skip to main content

Images.Add(Image, String) Method

Adds an image with the specified name to the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual int Add(
    Image image,
    string name
)

Parameters

Name Type Description
image Image

An image to add to the collection.

name String

A string that specifies the name of the image,

Returns

Type Description
Int32

An integer value that specifies the position at which the image has been added.

See Also