Skip to main content

Images.ToArray() Method

Copies the elements of the Images to a new array of Image objects.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public Image[] ToArray()

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