Images.ToArray() Method
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Image[] | An array of Image objects containing the copies of the elements of the Images. |
Remarks
Use the ToArray method to convert the Images object to an array.
See Also