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

Images.Add(Image, String) Method

Adds an image with the specified name to the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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