ImageCollection.ImageFromFile(String) Method
Returns the image stored in the specified file.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | 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