Skip to main content
A newer version of this page is available. .

ImageCollection<TImage, TInfo>.CopyTo(TImage[], Int32) Method

Copies all collection images to the specific array.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void CopyTo(
    TImage[] array,
    int arrayIndex
)

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