ImageCollection.ImageFromFile(String) Method
In This Article
Returns the image stored in the specified file.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string that specifies the full path to the file. |
#Returns
Type | Description |
---|---|
Image | A Image object that represents the image stored in the specified file; null if the image cannot be loaded. |
#Remarks
This method accepts Icon files (.ico) and all formats supported by the FromFile method.
See Also