Images.Insert(Image, String, Type, Int32, String) Method
Inserts an image from project resources.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual int Insert(
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. |
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