Images.Insert(Image, String, Type, Int32) Method
Inserts an image from project resources.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the inserted image in the image collection. |
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also