ImageCollection<TImage, TInfo>.CopyTo(TImage[], Int32) Method
In This Article
Copies all collection images to the specific array.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.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. |
array |
Int32 | An Int32 value that specifies the copied images’ starting position within the array. |
See Also