ImageCollection<TImage, TInfo>.CopyTo(TImage[], Int32) Method
Copies all collection images to the specific array.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
array | TImage[] | An array to which the collection should copy its images. |
arrayIndex | Int32 | An Int32 value that specifies the copied images’ starting position within the array. |
See Also